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.
1 parent be917a6 commit 4df96a9Copy full SHA for 4df96a9
README.md
@@ -42,6 +42,17 @@ module.exports = {
42
</svg>
43
```
44
45
+### Negative values
46
+
47
+To use a negative animation-delay value, prefix the class name with a dash to convert it to a negative value.
48
49
+```html
50
+<svg class="animate-bounce -animation-delay-600 w-6 h-6 ...">
51
+ <!-- ... -->
52
+</svg>
53
+```
54
55
56
| Class | Properties |
57
| -------------------- | ------------------------ |
58
| animation-delay-none | animation-delay: 0s; |
0 commit comments