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.
11 lines • 439 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.projectile = exports.flyTo = exports.cannonBall = void 0;
// src/index.ts
const cannonBall_1 = require("./cannonBall");
exports.cannonBall = cannonBall_1.default;
const flyTo_1 = require("./flyTo");
exports.flyTo = flyTo_1.default;
const projectile_1 = require("./projectile");
exports.projectile = projectile_1.default;
//# sourceMappingURL=index.js.map