| <!doctyle html> | |
| <html> | |
| <style> | |
| .anim { | |
| width: 50px; | |
| height: 50px; | |
| background: green; | |
| } | |
| </style> | |
| <p>With a duration of 507ms, the animation does not reach the 100% keyframe (green background). | |
| <div class="anim" style="animation-duration: 507ms;"></div> |