Skip to content

Commit

Permalink
Added documentation for animations
Browse files Browse the repository at this point in the history
  • Loading branch information
Wtower committed Dec 27, 2016
1 parent 19d0a8b commit 29c5cb7
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 0 deletions.
27 changes: 27 additions & 0 deletions docs/animations.rst
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">

1 change: 1 addition & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ are based on the markup by `Gentelella`_ bootstrap template.
form-field-select
form-field-checkbox
form-field-image
animations

Features and limitations
------------------------
Expand Down

0 comments on commit 29c5cb7

Please sign in to comment.