View Single Post
Old 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
backa is an unknown quantity at this point
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 is offline   Reply With Quote