-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
[Transition] Transition Restores Pre-Transition Style Attribute (Which May Have Changed) #2402
Comments
You need to refresh it after changing content: http://jsfiddle.net/0qyo8jqo/1/ |
Technically observeChanges should cover you, but because the Basically, as currently written transition will clear any style changes that happen during a transition, restoring the value to what it was before a transition was called. I'm going to see if I can resolve this by recording changes to |
Landed in 17eac47 Although I wouldnt recommend changing content during an animation...it is now possible. |
Thanks! |
Example |
If modal size changes before transition ends it resets to wrong position.
http://jsfiddle.net/0qyo8jqo/
I have empty .ui.loader div in modal while it loads remote content with unknown height so it usually makes modal change size before animation ends.
The text was updated successfully, but these errors were encountered: