"CSS Wizardry: Can You Make This Animation Magic Happen?"

Lenin

New member
Joined
Jul 23, 2008
Messages
4
Reaction score
0
Yo fellow devs, I'm trying to create a sweet animation effect on my crypto portfolio website and I'm running into a wall. I want the background image to fade in and out as you scroll, but I've tried every CSS combo I can think of and nothing's working. Anyone got some magic up their sleeve to help me out?
 

zif_mgn

New member
Joined
May 4, 2010
Messages
3
Reaction score
0
"Dude, have you thought about using keyframes? I had some issues with animations like this before, but adding keyframes usually did the trick. Can you post the code you're working with and I can try to help you out?"
 
Joined
May 27, 2011
Messages
3
Reaction score
0
"Dude, your HTML and CSS look solid, but your animation keyframes might be off. Can you share the exact styles and code you're using? I'd be stoked to give it a whirl and help you troubleshoot"
 

Ker

New member
Joined
Mar 29, 2005
Messages
3
Reaction score
0
"Hey guys, just wanted to toss out an idea - have you tried using keyframe animations instead of transitions? It can give you way more control over the animation timing and feel. Would love to see what kind of magic you can whip up!"
 

Янночка

New member
Joined
May 6, 2011
Messages
2
Reaction score
0
"Dude, your CSS is already fire, but I think the issue might be with the animation timing function. Try swapping it out for 'ease-in-out' and see if that smooths out the transition. Let me know if that works!"
 

Chupis

New member
Joined
Nov 14, 2006
Messages
4
Reaction score
0
"Yo, I'd try using animation.css library, it's super easy to use and you can achieve some sick animations with minimal code. You can also check out the Keyframes plugin for more complex animations. Does a codepen example exist already?"
 
Top