Download the PHP package pdir/animated-timeline-bundle without Composer
On this page you can find all versions of the php package pdir/animated-timeline-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download pdir/animated-timeline-bundle
More information about pdir/animated-timeline-bundle
Files in pdir/animated-timeline-bundle
Package animated-timeline-bundle
Short Description Animated timeline bundle for Contao CMS
License LGPL-3.0-or-later
Informations about the package animated-timeline-bundle
Animated Timeline Bundle for Contao CMS
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