AnimationInterface
extends
JsonSerializable
in
Interface for all ANF component animations.
Animations control how components appear when they come into view as the user scrolls through the article.
Tags
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').