https://github.com/pdir/animated-timeline-bundle
A contao timeline bundle which uses jQuery Plugin from https://github.com/stefanomarra/jquery-roadmap
https://github.com/pdir/animated-timeline-bundle
Last synced: over 1 year ago
JSON representation
A contao timeline bundle which uses jQuery Plugin from https://github.com/stefanomarra/jquery-roadmap
- Host: GitHub
- URL: https://github.com/pdir/animated-timeline-bundle
- Owner: pdir
- License: lgpl-3.0
- Created: 2019-11-11T14:39:13.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-11-05T15:07:45.000Z (over 1 year ago)
- Last Synced: 2025-03-26T05:11:28.668Z (over 1 year ago)
- Language: PHP
- Size: 105 KB
- Stars: 0
- Watchers: 4
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
Animated Timeline Bundle for Contao CMS
============================================================
[](https://packagist.org/packages/pdir/animated-timeline-bundle)
[](https://packagist.org/packages/pdir/animated-timeline-bundle)
[](https://packagist.org/packages/pdir/animated-timeline-bundle)
The Animated Timeline Bundle is a jQuery extension for contao 4 based on [jQuery Roadmap](https://github.com/stefanomarra/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](https://github.com/stefanomarra/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](https://github.com/contao/contao-bundle) or higher
Installation & Configuration
----------------------------
* [Dokumentation](https://pdir.de/docs/de/contao/extensions/animated-timeline/)
Dependencies / Abhängigkeiten
------------
* [jQuery Roadmap](https://github.com/stefanomarra/jquery-roadmap)
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