UNPKG

@madeja-studio/telar

Version:

UI component library by Madeja Studio

20 lines (19 loc) 314 B
"use strict"; import { to as rsto } from '@react-spring/native'; export const scale = ({ from = 0.8, to = 1 } = {}) => ({ from: { scale: from }, style: values => ({ transform: [{ scale: rsto(values.scale, t => t) }] }), to: { scale: to } }); //# sourceMappingURL=scale.js.map