UNPKG

framer-motion

Version:

A simple and powerful JavaScript animation library

7 lines (5 loc) 143 B
function attachTimeline(animation, timeline) { animation.timeline = timeline; animation.onfinish = null; } export { attachTimeline };