baschte/content-animations
TYPO3 CMS extension to have some fun and animate your content elements
Maintainers
Package info
github.com/baschte/content-animations
Type:typo3-cms-extension
pkg:composer/baschte/content-animations
Requires
- php: >=8.2.0
- typo3/cms-core: ^13.4 || ^14.2
Requires (Dev)
- b13/container: ^3.1.0
- bk2k/bootstrap-package: ^16.0.0
- friendsofphp/php-cs-fixer: ^3.64
- friendsoftypo3/content-blocks: ^2.2
- friendsoftypo3/kickstarter: ^0.4
- friendsoftypo3/phpstan-typo3: ^0.9.0
- overtrue/phplint: ^9.0
- phpstan/phpstan: ^1.10
- phpstan/phpstan-deprecation-rules: ^1.1
- phpstan/phpstan-phpunit: ^1.3
- phpstan/phpstan-strict-rules: ^1.5
- typo3/cms-backend: ^14.2
- typo3/cms-belog: ^14.2
- typo3/cms-extbase: ^14.2
- typo3/cms-extensionmanager: ^14.2
- typo3/cms-felogin: ^14.2
- typo3/cms-filelist: ^14.2
- typo3/cms-fluid: ^14.2
- typo3/cms-fluid-styled-content: ^14.2
- typo3/cms-form: ^14.2
- typo3/cms-frontend: ^14.2
- typo3/cms-indexed-search: ^14.2
- typo3/cms-info: ^14.2
- typo3/cms-install: ^14.2
- typo3/cms-lowlevel: ^14.2
- typo3/cms-rte-ckeditor: ^14.2
- typo3/cms-seo: ^14.2
- typo3/cms-tstemplate: ^14.2
- typo3/cms-workspaces: ^14.2
Suggests
None
Provides
None
Conflicts
None
Replaces
None
GPL-3.0-or-later 857c58a85eb05e99160359c9fde3e9de5261df4a
- Sebastian Richter
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.
👁 example of content_animations
Dependencies
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
Configuration
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!
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 forked and updated by Benjamin Ammann as Simple-AOS which is included in content_animations.
More Informations
See the official documentation for more details how to implement content_animations
