Saturday 15 June 2013

css - Blink not working in Chrome -


The problem is I am using blink in my application to display an error message That's working in Firefox, but not in Chrome. I do not know what the problem is, how can I work it in chrome?

Add the following code to your CSS file, > blink { -webkit-animation-name: blink; Webkit-animation-repetition-count: infinity; Webkit-animation-timing function: cubic bezier (1.0,0,0,1.0); Webkit-Animation-Duration: 1s; }

No comments:

Post a Comment