File tree Expand file tree Collapse file tree 3 files changed +0
-7
lines changed
documentation/src/components
parallax-banner-embed-headline
parallax-banner-with-headline Expand file tree Collapse file tree 3 files changed +0
-7
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,6 @@ export const ParallaxBannerEmbedHeadline = () => {
9
9
image :
10
10
'https://s3-us-west-2.amazonaws.com/s.cdpn.io/105988/banner-background.jpg' ,
11
11
speed : - 30 ,
12
- shouldAlwaysCompleteAnimation : true ,
13
12
} ,
14
13
{
15
14
speed : - 20 ,
@@ -20,13 +19,11 @@ export const ParallaxBannerEmbedHeadline = () => {
20
19
</ h1 >
21
20
</ div >
22
21
) ,
23
- shouldAlwaysCompleteAnimation : true ,
24
22
} ,
25
23
{
26
24
image :
27
25
'https://s3-us-west-2.amazonaws.com/s.cdpn.io/105988/banner-foreground.png' ,
28
26
speed : - 10 ,
29
- shouldAlwaysCompleteAnimation : true ,
30
27
} ,
31
28
] }
32
29
className = "aspect-[2/1]"
Original file line number Diff line number Diff line change @@ -9,13 +9,11 @@ export const ParallaxBannerImages = () => {
9
9
image :
10
10
'https://s3-us-west-2.amazonaws.com/s.cdpn.io/105988/banner-background.jpg' ,
11
11
speed : - 30 ,
12
- shouldAlwaysCompleteAnimation : true ,
13
12
} ,
14
13
{
15
14
image :
16
15
'https://s3-us-west-2.amazonaws.com/s.cdpn.io/105988/banner-foreground.png' ,
17
16
speed : - 10 ,
18
- shouldAlwaysCompleteAnimation : true ,
19
17
} ,
20
18
] }
21
19
className = "aspect-[2/1]"
Original file line number Diff line number Diff line change @@ -9,13 +9,11 @@ export const ParallaxBannerWithHeadline = () => {
9
9
image :
10
10
'https://s3-us-west-2.amazonaws.com/s.cdpn.io/105988/banner-background.jpg' ,
11
11
speed : - 30 ,
12
- shouldAlwaysCompleteAnimation : true ,
13
12
} ,
14
13
{
15
14
image :
16
15
'https://s3-us-west-2.amazonaws.com/s.cdpn.io/105988/banner-foreground.png' ,
17
16
speed : - 10 ,
18
- shouldAlwaysCompleteAnimation : true ,
19
17
} ,
20
18
] }
21
19
className = "aspect-[2/1]"
You can’t perform that action at this time.
0 commit comments