Skip to content

Commit 4df96a9

Browse files
committed
Update README.md
1 parent be917a6 commit 4df96a9

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,17 @@ module.exports = {
4242
</svg>
4343
```
4444

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+
4556
| Class | Properties |
4657
| -------------------- | ------------------------ |
4758
| animation-delay-none | animation-delay: 0s; |

0 commit comments

Comments
 (0)