File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1111
1212
1313#### Installation
14- 1 . ` npm i transition-style ` & ` @import 'transition-style' `
15- OR
16- 1 . Use a CDN ` https://unpkg.com/transition-style `
17- OR
18- 1 . Grab individual categories
14+ ** NPM**
15+ 1 . ` npm i transition-style `
16+ 2 . ` @import "transition-style"; ` in your CSS or ` import 'transition-style'; ` in your Javascript
17+
18+ ** CDN**
19+ Latest at ` https://unpkg.com/transition-style `
20+
21+ Or go minimal, import individual category bundles
1922 - ` https://unpkg.com/transition-style/transition.circles.min.css `
2023 - ` https://unpkg.com/transition-style/transition.squares.min.css `
2124 - ` https://unpkg.com/transition-style/transition.polygons.min.css `
2225 - ` https://unpkg.com/transition-style/transition.wipes.min.css `
26+
27+ <br ><br >
2328
2429#### Usage
2530After ` transition.css ` has been added to your project, add an attribute to an element:
You can’t perform that action at this time.
0 commit comments