Apple News API PHP Client

AnimationInterface extends JsonSerializable

Interface for all ANF component animations.

Animations control how components appear when they come into view as the user scrolls through the article.

Tags
see
https://developer.apple.com/documentation/apple_news/componentanimation

Table of Contents

Methods

getType()  : string
Get the animation type identifier.

Methods

getType()

Get the animation type identifier.

public getType() : string
Return values
string

The animation type (e.g., 'fade_in', 'move_in').


        
On this page

Search results