UNPKG

@madeja-studio/telar

Version:

UI component library by Madeja Studio

16 lines (15 loc) 198 B
"use strict"; export const fade = ({ from = 1, to = 0.5 } = {}) => { return { from: { opacity: from }, to: { opacity: to } }; }; //# sourceMappingURL=fade.js.map