Animations
DEV-NOTES:
-
Add the entry
animationsto the filetemplates/layout/base.html.twig. -
Use
window.ntgAnim = 0;to disable animations (maybe helpfull for back-end development). BE -
Use
window.ntgAnimElements = [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