diff --git a/docs/animations.rst b/docs/animations.rst new file mode 100644 index 0000000..f4e62a1 --- /dev/null +++ b/docs/animations.rst @@ -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:: + + + diff --git a/docs/index.rst b/docs/index.rst index c6d182d..5427b86 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -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 ------------------------