popmotion icon indicating copy to clipboard operation
popmotion copied to clipboard

Simple animation libraries for delightful user interfaces

Results 53 popmotion issues
Sort by recently updated
recently updated
newest added

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...

dependencies

## 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...

![Screen Shot 2021-07-07 at 12 14 10 PM](https://user-images.githubusercontent.com/45186723/124802174-4a634f00-df1d-11eb-901e-8a8434f9bcb6.png) ## 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...