Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 14 days 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 (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-11-05T15:07:45.000Z (about 2 months ago)
- Last Synced: 2024-12-05T16:42:03.467Z (18 days ago)
- Language: PHP
- Size: 105 KB
- Stars: 0
- Watchers: 5
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
Animated Timeline Bundle for Contao CMS
============================================================[![Latest Stable Version](https://poser.pugx.org/pdir/animated-timeline-bundle/v/stable)](https://packagist.org/packages/pdir/animated-timeline-bundle)
[![Total Downloads](https://poser.pugx.org/pdir/animated-timeline-bundle/downloads)](https://packagist.org/packages/pdir/animated-timeline-bundle)
[![License](https://poser.pugx.org/pdir/animated-timeline-bundle/license)](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.0Screenshots
-------Horizontal / Auto Orientation:
![](https://docs.pdir.de/_images/animated-timeline/timeline_horizontal.png)
Vertical Orientation:
![](https://docs.pdir.de/_images/animated-timeline/timeline_vertical.png)
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