We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
0 parents commit da90fc5Copy full SHA for da90fc5
.gitignore
@@ -0,0 +1,5 @@
1
+.idea
2
+node_modules
3
+dist
4
+yarn.lock
5
+package-lock.json
README.md
@@ -0,0 +1,4 @@
+# Scrol-driven Animations in Tailwind CSS
+`experimental` `unofficial`
+
+A plugin for Tailwind CSS v3.2+ that provides utilities for scroll-driven-animations.
package.json
@@ -0,0 +1,16 @@
+{
+ "prettier": {
+ "printWidth": 100,
+ "semi": false,
+ "singleQuote": true,
6
+ "trailingComma": "es5"
7
+ },
8
+ "peerDependencies": {
9
+ "tailwindcss": ">=3.2.0"
10
11
+ "devDependencies": {
12
+ "prettier": "^3.2.5",
13
+ "typescript": "^5.4.3",
14
+ "tailwindcss": "^0.0.0-insiders.3ba51d1"
15
+ }
16
+}
0 commit comments