{currentCommand}
-
- {elements.map((segment, index) => {
- const animateKeyframes = buildKeyframes(fromSnapshot, toSnapshots);
-
- const spanTransition: Transition = {
- duration: totalDuration,
- times,
- delay: (index * delay) / 1000,
- };
- (spanTransition as any).ease = easing;
-
- return (
-