Choose keyframes, duration, easing, and timing, and the tool renders a live animated preview with the matching @keyframes CSS.
An animation defined with @keyframes that specifies styles at certain points in the animation sequence.
Controls the speed curve of the animation. ease-in starts slow, ease-out ends slow, cubic-bezier allows custom curves.
Yes — set animation-iteration-count to infinite.