Skip to content

Commit 7bdc801

Browse files
committed
add link to readme
1 parent 884c5e5 commit 7bdc801

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@ Performantly animate all CSS grid properties, including:
2222
</a>
2323

2424

25-
- #### [Fork Photo Grid Example on CodeSandbox](https://codesandbox.io/s/animate-css-grid-template-t6qsf)
25+
#### [Fork Photo Grid Example on CodeSandbox](https://codesandbox.io/s/animate-css-grid-template-t6qsf)
2626

2727

2828
### Why use animate-css-grid?
2929

30-
This library uses hardware accelerated transforms to transition between different layout states, which means, in comparison to pure CSS grid animations, it offers:
30+
This library uses transforms to transition between different layout states, which means, in comparison to pure [CSS grid animations](https://web.dev/css-animated-grid-layouts/), it offers:
3131

3232
- better performance
3333
- more flexibility in terms of what properties can be animated
@@ -40,7 +40,6 @@ Want to have a look for yourself? Feel free to check out [this Mondrian animated
4040
Just call the `wrapGrid` method on your grid container, and optionally provide a config object as a second argument.
4141
If the grid is removed from the page, the animations will automatically be cleaned up as well.
4242

43-
ES6 Module:
4443

4544
`yarn add animate-css-grid` or `npm install animate-css-grid`
4645

0 commit comments

Comments
 (0)