Skip to content

Commit 075b068

Browse files
committed
docs(readme): add toc
1 parent 82bbc47 commit 075b068

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,23 @@ Angular Animations utility library is a collection of reusable and parametrized
1515
[StackBlitz Demo](https://stackblitz.com/edit/angular-animations-lib-demo) |
1616
[StackBlitz Base Template](https://stackblitz.com/edit/angular-animations-lib-base-template)
1717

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+
1835
## Getting Started
1936

2037
### Prerequisites

0 commit comments

Comments
 (0)