You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,7 @@ module.exports = {
28
28
The plugin provides utilities for a subset of CSS scroll-driven animation properties.
29
29
30
30
-`animation-timeline`
31
-
-`animation-range-start`, `animation-range-end`
31
+
-`animation-range`
32
32
-`scroll-timeline`, `view-timeline`
33
33
-`timeline-scope`
34
34
@@ -42,7 +42,7 @@ Scroll and View timelines provide user with better control over the animations.
42
42
43
43
### Range
44
44
45
-
Animation range controls start and end of an animation. Utility classes`.range-start` and `.range-end` can be used for setting the start and the end of the range. They default to `entry` and `exit` respectively.
45
+
Animation range controls start and end of an animation. Utility class`.range` offers various options along with a possibility to use length modifiers.
0 commit comments