-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
28 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
Animations | ||
========== | ||
|
||
The following animations are currently supported. | ||
|
||
Table updates | ||
------------- | ||
|
||
A 500msec fade occurs when table rows change. This is useful when a list data is updated or filtered. | ||
|
||
View change | ||
----------- | ||
|
||
A 700 msec fade occurs when the angular view changes. | ||
|
||
Helper classes | ||
-------------- | ||
|
||
Additionally, the following classes can be applied in any element. | ||
|
||
Spinning | ||
^^^^^^^^ | ||
|
||
Add the ``spinning`` class to make an element spin. Useful for bootstrap or fa icons:: | ||
|
||
<span class="glyphicon glyphicon-refresh spinning"> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters