You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: