framer / motion

Open source, production-ready animation and gesture library for React

Home Page:https://framer.com/motion

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[BUG] Found a regression Introduced since version 11.0.11

WhiZTiM opened this issue Β· comments

1. Read the FAQs πŸ‘‡

  • read

2. Describe the bug
In The documentation regarding Spring physics, there is a link to this codesandbox which shows the circle being animated.

The Bug:
  • That example codesandbox uses version 10.17.4.
  • Running that example with newer releases of framer-motion (including version 11.2.0) stutters baddly.
  • I did a bisect on the releases (tags) since 10.17.4, and I discovered the regression was introduced in 11.0.11.
  • I would have love to dig in further, but the changeset is a bigger than my competency
    v11.0.10...v11.0.11

3. IMPORTANT: Provide a CodeSandbox reproduction of the bug

4. Steps to reproduce

Steps to reproduce the behavior:

  1. See the initial example
  2. Change framer-motion version
  3. See the regression

5. Expected behavior

Animation should be smooth

6. Video or screenshots


To the maintainers, Thank you for this awesome library, that makes front-end newbie a visual rockstar!!!

I believe it's same bug here #2582

Yeah it is, closing as dupe