div-appearance-set-transition
A set of animations to be applied simultaneously.
Parameters
Parameters | Description |
---|---|
items |
array Required parameter. An array of animations. An array must not be empty. Available platforms: Android, iOS, web. List of possible values: |
type |
string Required parameter. The value must always be Available platforms: Android, iOS, web. |
JSON
{
type*: "set",
items*: [ div-appearance-transition, ... ]
}