<title>Example of CSS font-size Property Animation</title>
-webkit-animation: test 4s infinite;
animation: test 4s infinite;
@-webkit-keyframes test {
<p><strong>Warning:</strong> CSS Animations do not work in Internet Explorer 9 and earlier versions.</p>
<p><strong>Note:</strong> The font-size property of the following paragraph is animating from its initial value "16px" to "42px", and back to the initial value "16px" again up to infinite times.<p>
<p class="animated">This is an animated paragraph.</p>