pith-front / pith-pack-animate-css
Pack Animate.css for Pith
0.1.0
2024-02-10 06:23 UTC
Requires
- php: ^8.2
- ext-gd: *
- ext-json: *
- ext-pdo: *
- ext-readline: *
- pith/base: ^0.2.0
- pith/workflow-elements: ^0.3.0
This package is auto-updated.
Last update: 2025-03-10 08:47:00 UTC
README
Pack Animate.css for Pith
About
This project packs Animate.css so that it can be used with the Pith Framewok.
For info on Animate.css, see the Animate.css website at https://animate.style/
For info on Pith, see the Pith website at https://pith-framework.org/
Install
Install to an existing Pith Framework project
Use Composer to install pack to the vendor
folder.
php composer.phar require pith-front/pith-pack-animate-css
Add new route to your Route List:
public array $routes = [ // Other routes.... // ... // Add route to call aero-gel from ['route', 'GET', '/resources/vendor/library/animate.css/{filepath:.+}', '\\PithFront\\PithPackAnimateCss\\AnimateCssResourceRoute'], ];
Licensing Info
Animate.css
- Animate.css
- The MIT License (MIT)
- Copyright (c) 2020 Daniel Eden
- Link: https://animate.style/
pith-pack-animate-css
- pith-pack-animate-css
- The MIT License (MIT)
- Copyright (c) Ian Maurmann
- Link: https://github.com/pith-front/pith-pack-animate-css