the-muda-organization/font-awesome-animations
Composer 安装命令:
composer require the-muda-organization/font-awesome-animations
包简介
CSS animations for Font Awesome (and other icon libraries!).
README 文档
README
CSS animations for Font Awesome (and other icon libraries!).
Status
Table of contents
- Status
- Quick Start
- What's included
- Bugs and feature requests
- Installation
- How to Use
- Versioning
- Changelog
- Team
- Code of Conduct
- Copyright and License
Quick Start
Several options are available:
- Download the latest release.
- Clone the repo:
git clone https://github.com/the-muda-organization/font-awesome-animations.git - Install with Composer:
composer require the-muda-organization/font-awesome-animations
What's included
Within the download you'll find the following directories and files, logically grouping common assets and providing both compiled and minified variations. You'll see something like this:
There are no dependencies. Library is designed for Font Awesome 5. See below for Installation Guide and How to Use
fa-animations/
│
└─ dist/
│
├── fa-animations.css
└── fa-animations.min.css
Bugs and feature requests
Have a bug or a feature request? Before opening a new issue search for existing and closed issues. If your problem or idea is not addressed yet, open a new issue.
Installation
- Download and copy files to your project
- Add CSS to your project:
<link href="https://example.com/fa-animations/1.x.x/fa-animations.min.css" rel="stylesheet">
- Ready to use!
How to Use
Animations work with any Font Awesome prefix fad, fal, far and fas. Not tested on other icon librairies but it should work with little or no customization.
This library does not include default Font Awesome animations: fa-spin and fa-pulse.
Font Awesome Animations uses custom classes .faa or .faa-parent and custom prefix faa-.
There are 2 types of animations: regular and on hover.
A) Regular animations
Add faa and faa-animation-name classess to the icon.
<i class="fad fa-camera faa faa-bounce"></i> <i class="fal fa-camera faa faa-pulse"></i> <i class="far fa-camera faa faa-shake-x"></i> <i class="fas fa-camera faa faa-tada"></i>
B) On hover animations
Add faa-animation-name class to the icon and faa-parent class to any ancestor element. Hover over to start animation.
<div class="faa-parent"> <i class="fas fa-camera faa-bounce"></i> </div> <div class="faa-parent"> <!--ICON 1--> <div class="some-class"> <i class="fas fa-camera faa-bounce"></i> </div> <!--ICON 2--> <i class="fas fa-angle-double-right faa-slide-right"></i> </div>
Available animations:
faa-bouncefaa-burstfaa-fallingfaa-flashfaa-flip-xfaa-flip-yfaa-floatfaa-pulsefaa-ringfaa-rubber-bandfaa-slide-leftfaa-slide-rightfaa-shake-xfaa-shake-yfaa-swingfaa-tada
- Default Font Awesome animations
fa-spinandfa-pulse.
Versioning
Font Awesome Animations will be maintained under the Semantic Versioning guidelines as much as possible. Releases will be numbered with the following format:
<major>.<minor>.<patch>
Changelog
For last releases see detailed CHANGELOG.
Team
Code of conduct
We will behave ourselves if you behave yourselves. For more details see our CODE OF CONDUCT.
Copyright and license
Code and documentation copyright 2017-2020 The MUDA Organization.
Code released under the MIT License.
the-muda-organization/font-awesome-animations 适用场景与选型建议
the-muda-organization/font-awesome-animations 是一款 基于 HTML 开发的 Composer 扩展包,目前已累计 29 次下载、GitHub Stars 达 3, 最近一次更新时间为 2019 年 09 月 09 日, 在 PHP 生态内属于活跃度较高的组件。
它主要适用于以下技术方向: 「css」 「icons」 「animation」 「font-awesome」 「muda」 「css-animations」 等业务场景。在实际项目中,围绕这些方向常见需要落地的问题包括:接口对接、性能调优、并发安全、与既有框架(Laravel / ThinkPHP / Yii / Webman 等)的兼容适配,以及生产环境的日志埋点与稳定性保障。
我们在过去多个企业项目中使用过 the-muda-organization/font-awesome-animations 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 the-muda-organization/font-awesome-animations 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
与 the-muda-organization/font-awesome-animations 相关的其它包
同方向 / 同关键字的高下载量 PHP Composer 包推荐,方便对比选型:
Lightweight, cross-browser and highly customizable animated scrolling with jQuery
A Twig extension to insert css as inline styles with a tag
A reliable and extensible PHP image manipulation library
Caching and compression for Twig assets (JavaScript and CSS).
A simple library of SVG page type icons for enhancing your SilverStripe CMS interface.
A Filament plugin that integrates tabler icons, allowing you to use them seamlessly across Filament forms, tables, actions, and more.
统计信息
- 总下载量: 29
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 3
- 点击次数: 10
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2019-09-09
