UNPKG

@lagrange/animator

Version:

This library helps making parallax animations on scroll. It is built with performance in mind, as it doesn't need to relayout or paint to operate.

12 lines 162 B
{ "compilerOptions": { "module": "commonjs", "target": "es2016", "jsx": "preserve" }, "exclude": [ "node_modules", "**/node_modules/*", "dist" ] }