pdir / animated-timeline-bundle
Animated timeline bundle for Contao CMS
Installs: 2 746
Dependents: 0
Suggesters: 5
Security: 0
Stars: 0
Watchers: 5
Forks: 5
Open Issues: 0
Type:contao-bundle
Requires
- php: ^8.0
- contao/core-bundle: ^4.13 || ^5.3
Requires (Dev)
- bamarni/composer-bin-plugin: ^1.4
- contao/easy-coding-standard: ^3.0
- contao/manager-plugin: ^2.0
- phpstan/phpstan: ^0.12 || ^1.0
- phpstan/phpstan-phpunit: ^0.12 || ^1.0
- phpstan/phpstan-symfony: ^0.12 || ^1.0
- phpunit/phpunit: ^8.5 || ^9.5
- slam/phpstan-extensions: ^4.0 || ^5.1 || ^6.0
- symfony/phpunit-bridge: ^5.3 || ^6.0
- thecodingmachine/phpstan-strict-rules: ^0.12 || ^1.0
Suggests
- contao-themes-net/mate-theme-bundle: Animated timeline bundle can easily integrate into MATE theme. / Animated Timeline Bundle kann einfach im MATE Theme integriert werden.
- contao-themes-net/nature-theme-bundle: Animated timeline bundle can easily integrate into NATURE theme. / Animated Timeline Bundle kann einfach im NATURE Theme integriert werden.
- contao-themes-net/odd-theme-bundle: Animated timeline bundle can easily integrate into ODD theme. / Animated Timeline Bundle kann einfach im ODD Theme integriert werden.
- contao-themes-net/zero-one-theme-bundle: Animated timeline bundle can easily integrate into 0.1 theme. / Animated Timeline Bundle kann einfach im 0.1 Theme integriert werden.
This package is auto-updated.
Last update: 2024-11-05 15:07:48 UTC
README
The Animated Timeline Bundle is a jQuery extension for contao 4 based on jQuery Roadmap, which allows you to render content in a dynamic timeline with fadeIn animation.
You can choose between a horizontal and vertical timeline. You can also combine both so that the horizontal timeline is displayed on desktop devices and the vertical timeline is displayed on mobile devices.
Deutsch
Das Animated Timeline Bundle ist eine jQuery-Erweiterung für Contao 4 auf Basis von jQuery Roadmap, mit der man Inhalte in einem dynamischen Zeitstrahl mit fadeIn-Animation darstellen kann.
Dabei hat man die Wahl zwischen einem horizontalen und vertikalen Zeitstrahl und kann zusätzlich auch beides miteinander kombinieren, sodass auf Desktop-Geräten der horizontale Zeitstrahl und auf mobilen Geräten der vertikale Zeitstrahl dargestellt wird.
System requirements / Systemvoraussetzungen
- Contao 4.4 or higher
Installation & Configuration
Dependencies / Abhängigkeiten
License
GNU Lesser General Public License v3.0
Screenshots
Horizontal / Auto Orientation:
Vertical Orientation:
Developing & Pull Request
Run the PHP-CS-Fixer and the unit tests before you make a pull request to the bundle:
vendor/bin/ecs check src tests --ansi
vendor/bin/phpunit
vendor/bin/phpstan analyse src tests --no-progress --ansi