content_animations is a extension for the TYPO3 content management system.
It allows you to set frontend animations to your content if its scrolled into the browsers viewport.

The extension is developed and tested with 13.4 LTS. It has an out of the box support for:
- Bootstrap Package v15
- Fluid Styled Content
- Content Blocks
Include the static TypoScript for your rendering engine:
Content Animations: bootstrap_package v15Content Animations: fluid_styled_contentContent Animations: content_blocks
Then start animating your content elements!
content_animations comes with an extended Default fluid layout which adds the necessary markup to get the animations working. If you want to extend the layout just copy it to your extension, remove or update the content elements layoutRootPaths and you're good to go.
to Michał Sajnóg for his amazing AOS library which is forked and updated by Benjamin Ammann as Simple-AOS which is included in content_animations.
See the official documentation for more details how to implement content_animations