UNPKG

html-trajectory

Version:

Animate HTML elements along a curved path from their current position to a target element. Eg. a product photo flying into the cart icon.

7 lines (5 loc) 163 B
// src/index.ts import cannonBall from "./cannonBall"; import flyTo from "./flyTo"; import projectile from "./projectile"; export {cannonBall, flyTo, projectile}