Questions about Animation (components) parameters #31
Unanswered
apollinariya06
asked this question in
Q&A
Replies: 2 comments
-
Ah, sorry, uncomment the lines 132-135 in this file, or write a custom animation in its place Animation system is a bit incomplete at the moment and disabled by default, I was working on it but got some IRL stuff to do (+internship), and didn't rewrite the default preset to it. I'll be busy for a while and doing mostly light work on the code in the next month or so |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thank you for your quick answer, I'll try that ! |
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
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I've installed the project
from Source
and read the documentation and help, but I'm unable to achieve the result I'd like.I've been trying to use this command for example :
depthflow linear --target zoom -t0 0.0 -t1 1.0 -y0 2.0 -y1 1.0 input -i "url path" main
for a zoom out effet (I assume from my unserstanding of the instructions) but this doesn't update the render. It looks like it's rendering with the default, same with other tests I did with sine and constant.Can you guide me ? Thank you very much
Beta Was this translation helpful? Give feedback.
All reactions