Matt Perry
Matt Perry
Can you amend your sandbox to show the reported bug? Additionally when using layout animations, layout-properties should be set statically via `style` or CSS, not animated via `animate` ``` left:...
Thanks for the heads-up, we're gonna take a look
As an update I made this PR as an attempt to brush it up and rebase it to latest but honestly it just didn't work well enough to merge, it's...
What version are you on
My *suspicion* is that this is a bug in Chrome - specifically this one https://issues.chromium.org/issues/40887505 If you put an onUpdate on the animations you'll see the frames do fire, Chrome...
Ahh ok thanks for the additional info - I'll take a look
Closing as sandbox is not found. Can you give `11.3.18-alpha.0` a go and if your issue persists, open a new issue with a public sandbox?
@cjoecker I don't know why I've not been getting updates to your PR but thanks, I'll take a look asap although the next week will probably be a little busy...
I don't think this is actually possible though I'm afraid. Maybe the header/footer can be memoised (`React.memo`) and then they wouldn't re-render when their parents do?
The upcoming version in the linked ticket will fix this - but highlights a wontfix with the `y` being non-numerical. Changing this to a number in tandem with the fix...