baschte / content-animations
TYPO3 CMS extension to have some fun and animate your content elements
Installs: 4 011
Dependents: 0
Suggesters: 0
Security: 0
Stars: 11
Watchers: 6
Forks: 2
Open Issues: 1
Type:typo3-cms-extension
Requires
- typo3/cms-core: ^8.7 || ^9.5 || ^10.4
README
content_animations
is a extension for the TYPO3 content management system.
What does it do
It allows you to set frontend animations to your content if its scrolled into the browsers viewport.
Dependencies
The extension is developed and tested with TYPO3 8.7 and 9.5 LTS (not tested but maybe it's also working on TYPO3 7.6 LTS). It has an out of the box bootstrap_package v8, v91 v10 and v11
, fluid_styled_content
and higher_education_package v9
support.
Configuration
Include the static TypoScript for Content Animations: bootstrap_package v8, v9, v10 or v11
, Content Animations: fluid_styled_content
or Content Animations: higher_education_package v9
to your template and you can start animating.
Extending
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.
Thanks
to Michał Sajnóg for his amazing AOS library which is included in content_animations
.