File tree 2 files changed +25
-5
lines changed
2 files changed +25
-5
lines changed Original file line number Diff line number Diff line change 1
1
# Scroll-driven Animations for Tailwind CSS
2
2
3
+ A plugin for Tailwind CSS v3.4+ that provides utilities for scroll-driven animations.
4
+
3
5
` unofficial ` ` experimental ` ` chrome-115+ `
4
6
5
- A plugin for Tailwind CSS v3.4+ that provides utilities for scroll-driven animations.
7
+ ## Installation
8
+
9
+ Install the plugin from npm:
10
+
11
+ ``` sh
12
+ npm install @adam.plesnik/taiwlindcss-scroll-driven-animations
13
+ ```
14
+
15
+ Then add the plugin to your ` tailwind.config.js ` :
16
+
17
+ ``` js
18
+ module .exports = {
19
+ plugins: [
20
+ require (' @adam.plesnik/taiwlindcss-scroll-driven-animations' ),
21
+ // ...
22
+ ],
23
+ }
24
+ ```
6
25
7
26
## Usage
8
27
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @adam.plesnik/taiwlindcss-scroll-driven-animations" ,
3
- "version" : " 0.0.2 " ,
3
+ "version" : " 0.0.3 " ,
4
4
"author" :
" Adam Plesnik <[email protected] >" ,
5
5
"scripts" : {
6
6
"build" : " npx swc ./src/index.js --out-dir ./dist"
12
12
"trailingComma" : " es5"
13
13
},
14
14
"peerDependencies" : {
15
- "tailwindcss" : " >=3.2 .0"
15
+ "tailwindcss" : " >=3.4 .0"
16
16
},
17
17
"devDependencies" : {
18
18
"@swc/cli" : " ^0.3.10" ,
22
22
"tailwindcss" : " ^0.0.0-insiders.3ba51d1" ,
23
23
"typescript" : " ^5.4.3"
24
24
},
25
- "description" : " `unofficial` `experimental` `chrome-115+` " ,
25
+ "description" : " A plugin for Tailwind CSS v3.4+ that provides utilities for scroll-driven animations. " ,
26
26
"files" : [
27
27
" dist"
28
28
],
36
36
" scroll" ,
37
37
" driven" ,
38
38
" animations" ,
39
- " css"
39
+ " css" ,
40
+ " tailwind"
40
41
],
41
42
"license" : " MIT" ,
42
43
"bugs" : {
You can’t perform that action at this time.
0 commit comments