-
Notifications
You must be signed in to change notification settings - Fork 249
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
[bug?] Animated size doesn't show until resizing the window. #390
Comments
@trusktr I have a feeling that this is related to the first frame from the What I mean by this is that incorrect or no size information will be available on the parent node ( The issue is that the frame ( My suspicion is that you are running into this issue somehow, but I have not had an opportunity to really do a deep dive into the code. At the very least, this is something that should be kept in mind. |
@jd-carroll Interesting. So it goes wrong when I uncomment all that stuff, which means the animations don't even begin until much later, at least 3 seconds for the initial animation when the rectangles go into place, and 5 seconds for the size animation. These happen much after the 2 initial frames; would that still affect this? I'm also using absolute sizing. |
Maybe not, I looked through the code again and it does not look like you On Sun, Jul 5, 2015 at 1:42 PM, Joseph Orbegoso Pea <
|
@jd-carroll That's a nice thing to know though! Thanks for sharing those bytes. (: |
This bug is the same as #478. Closing this one for that one. |
Steps to reproduce:
It works at that point, we see rectangles that animate into place, the ones at the top of the formation are elongated.
Now uncomment all the stuff on these lines (including the
done
args): L105-L114Now, the difference after uncommenting those lines/args is that now the size animation doesn't work. We see the rectangles animate into place, but the ones at the top of the formation aren't elongated.
Now if we resize the browser window we see the rectangles suddenly become their expected sizes!
The text was updated successfully, but these errors were encountered: