pith-front/pith-pack-animate-css

Pack Animate.css for Pith

0.1.0 2024-02-10 06:23 UTC

This package is auto-updated.

Last update: 2024-05-10 07:05:26 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

pith-pack-animate-css