animation.js 130 Bytes Raw Blame History Permalink 1 2 3 4 5 export default function (options, animation) { Object.keys(animation).forEach(key => { options[key] = animation[key] }) }