Animations
How to use Animations?
To use Animations just write it to the element (for example "fadeIn"):
[#YourElement]
animation="fadeIn"
How to customize Animations?
You can customize them with parameters:
[#YourElement]
animation="fadeIn"
animation-parameter="delay:0s;duration:1.5s"
Animation List
You can find a list of all animations here!