UNPKG

framer-motion

Version:

A simple and powerful JavaScript animation library

10 lines (7 loc) 247 B
"use client"; import { useFollowValue } from './use-follow-value.mjs'; function useSpring(source, options = {}) { return useFollowValue(source, { type: "spring", ...options }); } export { useSpring }; //# sourceMappingURL=use-spring.mjs.map