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 = () => {
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]"
Original file line number Diff line number Diff 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]"
Original file line number Diff line number Diff 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]"
You can’t perform that action at this time.
0 commit comments