Replies: 1 comment
-
i have the same issue! EDIT: using @aarthificial's workaround in #1057 fixes the problem!
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Head over to: https://motioncanvas.io/api/2d/components/Camera and in the code editor showcasing the Camera node, add the following line: yield* rect().opacity(0,2) right after the view is created.
You should see the rectangle immediately disappear instead of animating the opacity to 0 over 2 seconds. If you track the opacity value over the 2 seconds, you see that it is gradually decreasing but seems to disappear the moment it's less than 1.
Is this expected behaviour, or is it just a bug?
Beta Was this translation helpful? Give feedback.
All reactions