BeamToIX implements the animation direction in a similar way of the
CSS animation-direction property.
Currently is supported: normal, reverse, alternate, alternate-reverse
The value is defined per property.
Both textual and numeric values are supported.
Use iterationCount to repeat the cycle.
To ensure that normal and reverse finish their cycles at the same time,
the reverse repeats the same value at the beginning of the next cycle.
Description
BeamToIX implements the animation direction in a similar way of the CSS
animation-directionproperty. Currently is supported:normal,reverse,alternate,alternate-reverseThe value is defined per property. Both textual and numeric values are supported.
Use
iterationCountto repeat the cycle. To ensure thatnormalandreversefinish their cycles at the same time, thereverserepeats the same value at the beginning of the next cycle.See
gallery/animate-loop