Skip to content

Commit 8b7be8d

Browse files
committed
docs: disable shouldAlwaysCompleteAnimation in example banners
1 parent 0d05027 commit 8b7be8d

File tree

3 files changed

+0
-7
lines changed
  • documentation/src/components

3 files changed

+0
-7
lines changed

documentation/src/components/parallax-banner-embed-headline/index.tsx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ export const ParallaxBannerEmbedHeadline = () => {
99
image:
1010
'https://s3-us-west-2.amazonaws.com/s.cdpn.io/105988/banner-background.jpg',
1111
speed: -30,
12-
shouldAlwaysCompleteAnimation: true,
1312
},
1413
{
1514
speed: -20,
@@ -20,13 +19,11 @@ export const ParallaxBannerEmbedHeadline = () => {
2019
</h1>
2120
</div>
2221
),
23-
shouldAlwaysCompleteAnimation: true,
2422
},
2523
{
2624
image:
2725
'https://s3-us-west-2.amazonaws.com/s.cdpn.io/105988/banner-foreground.png',
2826
speed: -10,
29-
shouldAlwaysCompleteAnimation: true,
3027
},
3128
]}
3229
className="aspect-[2/1]"

documentation/src/components/parallax-banner-images/index.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,11 @@ export const ParallaxBannerImages = () => {
99
image:
1010
'https://s3-us-west-2.amazonaws.com/s.cdpn.io/105988/banner-background.jpg',
1111
speed: -30,
12-
shouldAlwaysCompleteAnimation: true,
1312
},
1413
{
1514
image:
1615
'https://s3-us-west-2.amazonaws.com/s.cdpn.io/105988/banner-foreground.png',
1716
speed: -10,
18-
shouldAlwaysCompleteAnimation: true,
1917
},
2018
]}
2119
className="aspect-[2/1]"

documentation/src/components/parallax-banner-with-headline/index.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,11 @@ export const ParallaxBannerWithHeadline = () => {
99
image:
1010
'https://s3-us-west-2.amazonaws.com/s.cdpn.io/105988/banner-background.jpg',
1111
speed: -30,
12-
shouldAlwaysCompleteAnimation: true,
1312
},
1413
{
1514
image:
1615
'https://s3-us-west-2.amazonaws.com/s.cdpn.io/105988/banner-foreground.png',
1716
speed: -10,
18-
shouldAlwaysCompleteAnimation: true,
1917
},
2018
]}
2119
className="aspect-[2/1]"

0 commit comments

Comments
 (0)