Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

4.0.3 causes animate out bug #651

Open
hoIIer opened this issue Feb 7, 2022 · 4 comments
Open

4.0.3 causes animate out bug #651

hoIIer opened this issue Feb 7, 2022 · 4 comments

Comments

@hoIIer
Copy link

hoIIer commented Feb 7, 2022

Upgrading to 4.0.3 results in a glitched animate out as shown below.

Screen.Recording.2022-02-06.at.10.31.56.PM.mov
@cibernox
Copy link
Owner

Can you provide a simple reproduction? I believe something similar was reported but only of renderInPlace dropdowns, but I couldn't verify it myself.

@hoIIer
Copy link
Author

hoIIer commented Jan 2, 2023

@cibernox I've narrowed it down to this line that causes the bug:

90b0f62#diff-5eb8bde405ea618cba05ea05b9898dc60ff96ac459a953c279fbb24f39a46f81R153

@hoIIer
Copy link
Author

hoIIer commented Jan 2, 2023

For reference I am dynamically adding animation style in my custom position export function e.g.

function customPosition() {
    style = {
        top: ...,
        left: ...,
        animation: ...,
    };

  return { style };
}

@hoIIer
Copy link
Author

hoIIer commented Jan 2, 2023

Maybe I'm doing it wrong though...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants