@@ -45,7 +45,7 @@ const Animations = () => {
4545 < Paragraph >
4646 The single most impressive feature of scroll-driven animations is an anonymous animation
4747 timeline. It allows user to easily trigger anything just by scrolling the page. Utility
48- below allows user to use the < Code > . timeline</ Code > CSS class which defaults to{ ' ' }
48+ below allows user to use the < Code > timeline</ Code > CSS class which defaults to{ ' ' }
4949 < Code > animation-timeline: scroll(y)</ Code > and also provides an option to set custom
5050 timeline name with a modifier.
5151 </ Paragraph >
@@ -63,7 +63,7 @@ const Animations = () => {
6363 </ Heading >
6464 < Paragraph >
6565 Scroll and View timelines provide user with better control over the animations. Both{ ' ' }
66- < Code > . scroll-timeline</ Code > and < Code > . view-timeline</ Code > are meant to be used with
66+ < Code > scroll-timeline</ Code > and < Code > view-timeline</ Code > are meant to be used with
6767 modifiers to set the timeline name.
6868 </ Paragraph >
6969 < CodeBlock
@@ -79,7 +79,7 @@ const Animations = () => {
7979 Range
8080 </ Heading >
8181 < Paragraph >
82- Animation range controls start and end of an animation. Utility class < Code > . range</ Code > { ' ' }
82+ Animation range controls start and end of an animation. Utility class < Code > range</ Code > { ' ' }
8383 offers multiple options with default value set to < Code > cover</ Code > .
8484 </ Paragraph >
8585 < CodeBlock
@@ -96,8 +96,8 @@ const Animations = () => {
9696 </ Heading >
9797 < Paragraph >
9898 Timeline scope allows to control animations outside the element which defines the timeline.
99- Utility < Code > . scope</ Code > should be used with a modifier to define the timeline name set
100- by < Code > . scroll-timeline</ Code > or < Code > . view-timeline</ Code > .
99+ Utility < Code > scope</ Code > should be used with a modifier to define the timeline name set by { ' ' }
100+ < Code > scroll-timeline</ Code > or < Code > view-timeline</ Code > .
101101 </ Paragraph >
102102 < CodeBlock
103103 Icon = { Github }
@@ -113,7 +113,7 @@ const Animations = () => {
113113 </ Heading >
114114 < Paragraph >
115115 Scroll-driven animations are not broadly supported yet. I decided to apply an
116- animation-first approach. Use a modifier < Code > no-animations</ Code > for fallback styling.
116+ animation-first approach. Use the < Code > no-animations</ Code > modifier for fallback styling.
117117 </ Paragraph >
118118 < CodeBlock
119119 Icon = { Github }
0 commit comments