popmotion
popmotion copied to clipboard
Simple animation libraries for delightful user interfaces
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...
## Describe the bug Animation duration is stretched when using pixijs Ticker (update loop) as driver. ## How to reproduce Create a driver that adds the update method to the...
I have `[email protected]` installed as a dependency for `[email protected]` in my create-react-app with `[email protected]` It will not compile, and I get errors like this: ``` ERROR in ./node_modules/popmotion/dist/es/utils/interpolate.mjs 1:0-152 Module...
Hello, I have a small tarot-reader app in which I use Popmotion for animation. It's been working great until recently, where I now get a 404 error when I try...
**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] 建议:建议为您的官网添加实际运行效果例子,这样可以为您带来更多母语非英语的使用者(您甚至无需翻译文档)。 **Describe the solution...
## Problem **Module '"popmotion"' has no exported member 'listen'.ts(2305** ## How to reproduce npm i [email protected] Then in my .ts file ```javascript import { listen } from 'popmotion' ``` ##...
Hello, In this [website](https://photography-blog.netlify.app) I am creating, I experience stuttering when the photos are entering, while dragging them horizontally, and when a photo is clicked and zoomed. This happens in...
 ## Describe the bug A clear and concise description of what the bug is. the dependency 'tslib' will not resolve ## How...
Allow global override of Framesync loop so people can provide their own tick mechanism https://github.com/framer/motion/issues/456
I want to have a lot of grains in short duration. but no success. I have this. `animate ({ onUpdate : v => {console.log(v)}, duration : 50 })` This code...