.. include:: ../Includes.txt .. _developer: ================ Developer Corner ================ Content Animations comes with an out of the box **fluid_styled_content** and **higher_education_package** support and dont need any configuration if you use one of these extensions in your project. This extension extends the **Default Fluid Layout** for the necessary data-attributes to get the animation stuff working in the frontend. Constants ========= The following global typoscript constants are available: +-------------------------------------------+---------------+-------------------------------------------------------------------+---------------+ | Parameter | Data type | Description | Default | +===========================================+===============+===================================================================+===============+ | plugin.tx_content_animations.aos-easing | option | set the global easing of all animations | ease | +-------------------------------------------+---------------+-------------------------------------------------------------------+---------------+ | plugin.tx_content_animations.aos-once | boolean | should the animation only happen once | true | +-------------------------------------------+---------------+-------------------------------------------------------------------+---------------+ | plugin.tx_content_animations.aos-mirror | boolean | should the element animate out while scrolling past them | false | +-------------------------------------------+---------------+-------------------------------------------------------------------+---------------+ Example ======= Here is an example of what the rendered HTML should look like .. code-block:: html