div-animated-text-gradient
An animated gradient applied to text glyphs. The nested static gradient moves indefinitely at a linear speed; when duration is 0 or global animations are disabled, it remains visible without movement.
Parameters
| Parameters | Description |
|---|---|
gradient |
object Required parameter. Static linear or radial gradient moved by the animation. The value has the type Available platforms: Android. List of possible values: |
type |
string Required parameter. The value must always be Available platforms: Android. |
duration |
int Duration of one linear animation cycle in milliseconds. A value of Restriction for the value Default value: Available platforms: Android. |
JSON
{
type*: "animated",
duration: "int",
gradient*: div-static-text-gradient
}