Timeline to keyframes
The timeline positions become percentage stops in a @keyframes rule: a marker at the start is 0%, the end is 100%, and anything between is its position along the duration as a percentage. Dragging a marker updates those percentages, and the generator writes the stops in ascending order, each carrying only the properties you changed there. Percentages are fractions of the duration, not distances the element moves.