PoppyShotts Posted May 10 Share Posted May 10 Hello! I am using the CSS below (my client is on the Personal Plan) to make the gallery reel at the top of the About page autoplay, however it is causing the reel to shake and shudder. Does anyone know the way to fix this? Thanks so much, Poppy Website link: https://butterfly-ray-4gfa.squarespace.com/about Password: chinwe CSS: .gallery-reel-wrapper { overflow: hidden; } .gallery-reel-list { width: 2912px; animation-name: autoplay; animation-duration: 60s; animation-timing-function: linear; animation-iteration-count: infinite; animation-direction: normal; animation-play-state: running; } .gallery-reel-list:hover { animation-play-state: running; } @keyframes autoplay { 0% { margin-left: 0px; } 50% { margin-left: -30%; } 100% { margin-left: -30%; } } Link to comment
tuanphan Posted May 11 Share Posted May 11 It runs fine here (Windows/Chrome) Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) 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