font-awesome-animation

WebJar for font-awesome-animation

License

License

MIT
GroupId

GroupId

org.webjars.bower
ArtifactId

ArtifactId

font-awesome-animation
Last Version

Last Version

0.1.0
Release Date

Release Date

Type

Type

jar
Description

Description

font-awesome-animation
WebJar for font-awesome-animation
Project URL

Project URL

http://webjars.org
Source Code Management

Source Code Management

https://github.com/l-lin/font-awesome-animation

Download font-awesome-animation

How to add to project

<!-- https://jarcasting.com/artifacts/org.webjars.bower/font-awesome-animation/ -->
<dependency>
    <groupId>org.webjars.bower</groupId>
    <artifactId>font-awesome-animation</artifactId>
    <version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.bower/font-awesome-animation/
implementation 'org.webjars.bower:font-awesome-animation:0.1.0'
// https://jarcasting.com/artifacts/org.webjars.bower/font-awesome-animation/
implementation ("org.webjars.bower:font-awesome-animation:0.1.0")
'org.webjars.bower:font-awesome-animation:jar:0.1.0'
<dependency org="org.webjars.bower" name="font-awesome-animation" rev="0.1.0">
  <artifact name="font-awesome-animation" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.bower', module='font-awesome-animation', version='0.1.0')
)
libraryDependencies += "org.webjars.bower" % "font-awesome-animation" % "0.1.0"
[org.webjars.bower/font-awesome-animation "0.1.0"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

font-awesome-animation Build Status Built with Grunt

Simple animations using some CSS3 I found on the web. Best used on glyphicons like FontAwesome.

Getting started

Download

Manually

The files can be downloaded from:

  • Minified CSS for production usage
  • Un-minified CSS for development

With BowerJS

bower install font-awesome-animation

Installation

Include CSS file in your index.html file:

<link rel="stylesheet" href="font-awesome-animation.min.css">

Usage

See live demo.

Development

This project is using:

  • GruntJS for adding prefixes and minification purpose
  • the CSS preprocessor Myth to generate the prefixes for common browsers

Getting started

You will need to install the dependencies:

npm install

Build

You can generate the CSS file with prefixes and the minified CSS file by executing the following command:

grunt

License

MIT License

Versions

Version
0.1.0
0.0.10
0.0.6