Is there a code I have to put in or install a file so that my @keyframes will work in my CSS file? In my editor the @keyframe is grayed out and doesn’t work.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
There is a difference between syntax highlighting in an editor, and actual interpretation by your browser.
Depending upon your editor, you may need to install a language pack to ensure that it will properly recognize the newer CSS3 attributes.
You will need to add vendor specific prefixes to your selectors, for them to be understood by your browser
Learn more about keyframes in css3 http://css-tricks.com/snippets/css/webkit-keyframe-animation-syntax/: