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 555d673 commit 97873c8Copy full SHA for 97873c8
src/partials/Animations.tsx
@@ -108,11 +108,12 @@ const Animations = () => {
108
>
109
{codeExampleScope}
110
</CodeBlock>
111
- <Heading size={3}>Browser Support</Heading>
+ <Heading size={3} href="/docs#documentation-fallback" hrefType="documentation">
112
+ Fallback Styling
113
+ </Heading>
114
<Paragraph>
115
Scroll-driven animations are not broadly supported yet. I decided to apply an
- animation-first approach. Use a modifier <Code>no-animations</Code>
- for fallback styling.
116
+ animation-first approach. Use a modifier <Code>no-animations</Code> for fallback styling.
117
</Paragraph>
118
<CodeBlock
119
Icon={Github}
0 commit comments