Animations
DEV-NOTES:
-
Add the entry
animationsto the filetemplates/layout/base.html.twig. -
Use
window.customAnim = 0;to disable animations (maybe helpful for back-end development). BE -
Use
window.customAnimElements = [YOUR-CUSTOM-ELEMENTS-HERE];to add custom animations without changing the theme. BE -
Use this global class
class="animation-disabled"to disable animations on a specific module. BE
THERE ARE NO ANIMATIONS ON THIS PAGE
Animations can be found on multiple pages of the theme, this page is only used to inform about some basic features.