定制 the-muda-organization/font-awesome-animations 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

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

GitHub Version License

Github Star Github Fork

CSS gzip size

Table of contents

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

  1. Download and copy files to your project
  2. Add CSS to your project:
    <link href="https://example.com/fa-animations/1.x.x/fa-animations.min.css" rel="stylesheet">
  1. 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-bounce
  • faa-burst
  • faa-falling
  • faa-flash
  • faa-flip-x
  • faa-flip-y
  • faa-float
  • faa-pulse
  • faa-ring
  • faa-rubber-band
  • faa-slide-left
  • faa-slide-right
  • faa-shake-x
  • faa-shake-y
  • faa-swing
  • faa-tada
  • Default Font Awesome animations fa-spin and fa-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 我们能提供哪些服务?
定制开发 / 二次开发

基于 the-muda-organization/font-awesome-animations 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。

BUG 修复 & 性能优化

线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。

项目外包 & 长期维护

承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。

yvsm@zunyunkeji.com QQ:316430983 微信:yvsm316 西安尊云信息科技 · 专注 PHP / Go / 分布式系统研发

统计信息

  • 总下载量: 29
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 3
  • 点击次数: 10
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 3
  • Watchers: 1
  • Forks: 1
  • 开发语言: HTML

其他信息

  • 授权协议: MIT
  • 更新时间: 2019-09-09