UNPKG

svelte-motion

Version:

Svelte animation library based on the React library framer-motion.

8 lines (4 loc) 197 B
import { writable } from "svelte/store"; import { getDomContext } from "./DOMcontext"; const LazyContext = (c) => getDomContext("Lazy",c) || writable({ strict: false }); export { LazyContext };