blob: 57ceb94c16983e2fedf49c51d2a9d8ad5f276886 [file] [edit]
<!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>