Sunday 15 July 2012

css - Blinking Text Shadow CSS3 -


I was wondering if there was any way of blinking text shadow in CSS3. Can somebody help me out? Here's what I have and I just want to snooze the text shadow. Thanks!

  #container .title {color: # ba8b00; Padding: 25px 0 30px 0; Width: 560px; Font-size: 42 pixels; Lesson: 3px 3px 5px # ba8b00; }   

This will give you

  @ - WebKit- Keyframe myfirst {{text-shadow: 3px 3px 5px # ba8b00;} {text-shadow: none;}} @ -moz-keyframes myfirst {to {text-shadow: 3px 3px 5px # ba8b00; } {Text-shadow: none;}} @keyframes myfirst {{text-shadow: 3px 3px 5px # ba8b00;} to {text-shadow: none}}} # container .title {color: # ba8b00; Padding: 25px 0 30px 0; Width: 560px; Font-size: 42 pixels; Lesson: 3px 3px 5px # ba8b00; Webkit-Animation: Maryfirst 1s 98765432; -MOZ- Animation: MarieFirst 1S 98765432; Animation: Mariefirst 1S 98765432; }    

No comments:

Post a Comment