Curtis Dulmage

Results 46 comments of Curtis Dulmage

What is the status of this? Does it still need work? Do we want to merge it? Has its time passed and we let it slip gently into the night?...

@toebes I personally think its fine to open a new pull request and reference this one. It would be great if we could maintain @haoliangwu contribution in the git history...

@mentorkadriu I have been using: ``` = Haml::Engine.new(File.read('dev/haml/_head.html.haml')).render ``` as my way of including partials, which is how you would do it without rails. If you are using rails and...

Just chiming in to say - I am running into the same issue, and have found that avoiding `opacity` can get around the problem. A little more context here: https://github.com/framer/motion/issues/2618#issuecomment-2085488130

I have also been battling with this issue for awhile, and have not found a fix. While I am unable to reproduce the issue in the `StackBlitz` link provided by...

**I've created another minimal reproduction in case it is helpful:** https://stackblitz.com/edit/framer-motion-fast-change-bug?terminal=dev https://github.com/framer/motion/assets/643944/ca6ec126-db3b-43f7-bc4b-2550615b1248 As discovered in the other threads... `opacity` seems to be the culprit in causing this bug. I've forked...