Skip to content

Commit 149256c

Browse files
authored
Remove "easy" (mdn#41726)
1 parent 3e8ff5d commit 149256c

File tree

1 file changed

+2
-2
lines changed
  • files/en-us/web/css/animation-range

1 file changed

+2
-2
lines changed

files/en-us/web/css/animation-range/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ One or two values representing the [`animation-range-start`](/en-US/docs/Web/CSS
7676
In the case of `<timeline-range-name>` values that do not include a `<length-percentage>`, the percentage defaults to `0%` if it is an `animation-range-start` value, and `100%` if it is an `animation-range-end` value.
7777

7878
> [!NOTE]
79-
> It is quite hard to visualize what these values mean from the descriptions above. Fortunately, the [View Timeline Ranges Visualizer](https://scroll-driven-animations.style/tools/view-timeline/ranges/) shows exactly what they mean in an easy visual format.
79+
> It is quite hard to visualize what these values mean from the descriptions above. Fortunately, the [View Timeline Ranges Visualizer](https://scroll-driven-animations.style/tools/view-timeline/ranges/) shows exactly what they mean in a visual format.
8080

8181
- `<timeline-range-name> <length-percentage>`
8282
- : A combination value that equals the specified percentage or distance through the specified named timeline range, measured from the start of that timeline range.
@@ -96,7 +96,7 @@ One or two values representing the [`animation-range-start`](/en-US/docs/Web/CSS
9696

9797
### View Timeline Ranges Visualizer
9898

99-
See the [View Timeline Ranges Visualizer](https://scroll-driven-animations.style/tools/view-timeline/ranges/) for a nice easy visual explanation of what all the value types mean.
99+
See the [View Timeline Ranges Visualizer](https://scroll-driven-animations.style/tools/view-timeline/ranges/) for a visual explanation of what all the value types mean.
100100

101101
### Creating a named view progress timeline with range
102102

0 commit comments

Comments
 (0)