View Single Post
Old 11-06-2012, 11:34 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
Thanks again, coothead!

It was the autofocus, although previously it was giving focus to the field while loading normally. Any other way i can get the first field focused?

I put the transitions comma-separated on one line as below, and all is working now. Much appreciated.

Code:
	-moz-animation: fadein 2.6s linear 1, shadow 3s linear infinite;
	-webkit-animation: fadein 9s linear 1, shadow 3s linear infinite;
	-ms-animation: fadein 9s linear 1, shadow 3s linear infinite;
	-o-animation: fadein 9s linear 1, shadow 3s linear infinite;
	animation: fadein 9s linear 1, shadow 3s linear infinite;

Last edited by backa; 11-06-2012 at 11:54 AM..
backa is offline   Reply With Quote