针头前端 / 针头包装动画CSS
为针头打包Animate.css
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: 2024-09-10 07:45:26 UTC
README
为针头打包Animate.css
关于
本项目打包Animate.css,以便与针头框架一起使用。
关于Animate.css的更多信息,请参阅Animate.css网站:https://animatecss.node.org.cn/
关于针头框架的更多信息,请参阅针头框架网站:https://pith-framework.org/
安装
安装到现有的针头框架项目中
使用Composer将包安装到vendor
文件夹中。
php composer.phar require pith-front/pith-pack-animate-css
将新路由添加到您的路由列表中
public array $routes = [ // Other routes.... // ... // Add route to call aero-gel from ['route', 'GET', '/resources/vendor/library/animate.css/{filepath:.+}', '\\PithFront\\PithPackAnimateCss\\AnimateCssResourceRoute'], ];
许可信息
Animate.css
- Animate.css
- MIT许可
- 版权所有 © 2020 Daniel Eden
- 链接:https://animatecss.node.org.cn/
针头包装动画CSS
- 针头包装动画CSS
- MIT许可
- 版权所有 © Ian Maurmann
- 链接:https://github.com/pith-front/pith-pack-animate-css