"@" declares an At-Rule in the stylesheet. This, of course, is of particular importance in each case.
β100%β refers to the final state of the CSS animation defined by the @keyframes rule, or in this case the @ -webkit-keyframes rule. In fact, you need to declare the first (0%) and final (100%) animation states so that the user agent knows when to start and stop the animation.
Here are a few more: At-Rules are directives for the rendering engine; they extend the syntax of the CSS rule set beyond regular selection and declaration blocks. At-Rules are declared using the At keyword, which is simply "@keyword", followed by the At-Rules statement regarding the At-Keyword used. Example: @charset "ISO-8859-15";
Additional arguments may follow the At-Keyword, depending on the type of At-Rule statement. Example: @media screen {color: # 000; }, where the screen is an optional argument.
albert
source share