pdir/animated-timeline-bundle

Animated timeline bundle for Contao CMS

Fund package maintenance!
Patreon
Corporate

Installs: 2 137

Dependents: 0

Suggesters: 5

Security: 0

Stars: 0

Watchers: 5

Forks: 3

Open Issues: 0

Type:contao-bundle

1.3.0 2024-03-07 12:19 UTC

This package is auto-updated.

Last update: 2024-04-07 12:34:13 UTC


README

Latest Stable Version Total Downloads License

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

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