Visual keyframe editor to CSS
The editor exposes each animated property as a control across two states, usually a hidden start (opacity 0, a translate or scale offset) and the visible end. From those values it derives plain CSS: a base rule, a visible-state class or @keyframes, plus the duration, delay, and easing curve you picked. The result is plain CSS you can paste into a stylesheet as-is.