Thread
:
Animating text using CSS
View Single Post
11-06-2012, 07:32 AM
PM User
|
#
3
backa
New Coder
Join Date: Oct 2012
Posts: 44
Thanks: 7
Thanked 3 Times in 3 Posts
Sure does, thanks! I see the problem was how I was laying out the keyframes. Instead of from/to I was using this format:
Code:
@-moz-keyframes move1 { 0% { opacity: 0; } 100% { opacity: 1; } }
I didn't think it mattered but evidently it does.
backa
View Public Profile
Find More Posts by backa