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

Rectangle size animation bugs #107

Closed
therealsalih opened this issue Feb 14, 2017 · 0 comments · Fixed by #1709
Closed

Rectangle size animation bugs #107

therealsalih opened this issue Feb 14, 2017 · 0 comments · Fixed by #1709
Assignees

Comments

@therealsalih
Copy link
Collaborator

There are some bugs with the rectangle size when it animates. Most notably, when I apply any easing along the Y axis it is ignored. JSON files and AE file are here:
RectangleSize.zip

FYI Heres a breakdown of the files that look different
01 through 03 all look right.
Rect_Size_04_YsideonlyEased - it is different. It doesn't look like its easing. It looks like just linear keyframes
Rect_Size_05_XsideonlyEased - this one looks fine
Rect_Size_06_XandY - this one is different too. It looks like its eased when it expands on the X axis, but NOT when it expands up on the Y axis. When it contracts back down on both axises it looks correct. So just like version 04, something about scaling on the Y axis. It is ignoring the easing
Rect_Size_07_XandY_WithPosition - this one looks different. When it scales to the right, it looks right. but when it scales up the bottom edge moves, when its supposed to stay in the same place. I think fixing the Y axis easing should fix this
Rect_Size_08_XandY_WithPositionParented - Same issues with the edges. I think fixing the Y
Rect_Size_09_XandY_Path - this one i didnt actually use a Rectangle, I used a path instead and it looks fine.

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

Successfully merging a pull request may close this issue.

2 participants