BlayneG87 Posted May 7, 2022 Share Posted May 7, 2022 Site URL: https://asparagus-robin-lhwm.squarespace.com/ Hello, I'd like to add a floating animation effect to the images of the cats on my site. I modeled the CSS after this site: https://rosegreenberg.com/ The Shop Now image bounces and I'm trying to add the same effect to the images of the cats at the bottom of the site. I used the same code from Rose Greenberg's site but it doesn't seem to be working. Any advice? This is the code I used: animation-name: floating; animation-iteration-count: infinite; animation-duration: 3s; animation-timing-function: ease-in-out; Site Password: losangelique Thank you! Blayne Link to comment
tuanphan Posted May 9, 2022 Share Posted May 9, 2022 You mean Shop Now Image on top of example site, for cat images on bottom of your site? Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
BlayneG87 Posted May 15, 2022 Author Share Posted May 15, 2022 HI @tuanphan Yes, I'd like the cat images at the bottom of the site to bounce just like the Shop Now on the example. Any suggestions? Thanks! Link to comment
tuanphan Posted May 16, 2022 Share Posted May 16, 2022 13 hours ago, BlayneG87 said: HI @tuanphan Yes, I'd like the cat images at the bottom of the site to bounce just like the Shop Now on the example. Any suggestions? Thanks! It looks like you changed site url. Can you send a new one? Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
BlayneG87 Posted May 25, 2022 Author Share Posted May 25, 2022 @tuanphan Oh yes, we published so site is live at https://www.losangelique.com/ Link to comment
tuanphan Posted May 26, 2022 Share Posted May 26, 2022 15 hours ago, BlayneG87 said: @tuanphan Oh yes, we published so site is live at https://www.losangelique.com/ Add to Design > Custom CSS div#page-section-62645e1afbf3e63b40ed1eb0 .image-block {animation-name: pulse; animation-name: floating; animation-iteration-count: infinite; animation-duration: 3s; animation-timing-function: ease-in-out; } @keyframes floating { from { transform: translate(0,0px) } 65% { transform: translate(0,15px) } to { transform: translate(0,0px) } } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment