File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,23 @@ Angular Animations utility library is a collection of reusable and parametrized
15
15
[StackBlitz Demo](https://stackblitz.com/edit/angular-animations-lib-demo) |
16
16
[StackBlitz Base Template](https://stackblitz.com/edit/angular-animations-lib-base-template)
17
17
18
+ ### Table of Contents
19
+
20
+ - [Getting Started](#getting-started)
21
+ - [Prerequisites](#prerequisites)
22
+ - [Installation](#installation)
23
+ - [Usage](#usage)
24
+ - [Animations `on enter` / `on leave`](#animations-on-enter--on-leave)
25
+ - [Animations with state or triggered by state changes](#animations-with-state-or-triggered-by-state-changes)
26
+ - [Parametrized animations](#parametrized-animations)
27
+ - [Animation Callbacks](#animation-callbacks)
28
+ - [Loop animation](#loop-animation)
29
+ - [Chain animations](#chain-animations)
30
+ - [Available Animations and Parameters](#available-animations-and-parameters)
31
+ - [Running Demo App](#running-demo-app)
32
+ - [Authors](#authors)
33
+ - [License](#license)
34
+
18
35
## Getting Started
19
36
20
37
### Prerequisites
You can’t perform that action at this time.
0 commit comments