framer-motion
Version:
A simple and powerful JavaScript animation library
11 lines (9 loc) • 316 B
JavaScript
/**
* Currently, we only support element tracking with `scrollInfo`, though in
* the future we can also offer ViewTimeline support.
*/
function isElementTracking(options) {
return options && (options.target || options.offset);
}
export { isElementTracking };
//# sourceMappingURL=is-element-tracking.mjs.map