You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When consecutive keyframes have the same value for a css property, the latter ones can be omitted.
For example, if the 90% to 95% keyframes all have left: 20px and the 96% keyframe is the first one with a different left value, the 91% to 94% keyframes can omit the left declaration alltogether.