Binding animation to html element is done by setting CSS3 selectors into "element" attribute.
Try changing selectors: ".example-image-1" and ".example-image-2" in API element input under the AnimationBehavior panel.
Applyes all "from-" values to element/s but without starting animation.
Repeats the animation with delay between.
Yoyo reverses/repeats animation based on repeat number. Note that repeat must be set to value greater than 0.
Creates stagger animation on more elements.


Callbacks can be registered in element attributes "onstart, oncomplete, on..." or using javascript addEventListener.
Check the console output when running this example.