mapra Posted January 16, 2019 Share Posted January 16, 2019 Hey everybody, I am trying to make a simple sinus animation loop in a seamless way. If I am not mistake it should somehow work with combining sin($F), $FPS and $FEND is that correct? Unfortunately I was not able to figure it out so far and it seams like it is not as easy as I thought!? Thank you! Quote Link to comment Share on other sites More sharing options...
alexnet Posted January 16, 2019 Share Posted January 16, 2019 Try using this formula, sin( ($ FF + ($ PI / 2)) * 2). Quote Link to comment Share on other sites More sharing options...
jkunz07 Posted January 16, 2019 Share Posted January 16, 2019 sin( ($FF-$FSTART) * 360/($FEND-$FSTART)) This should cycle once over the duration of your scene 1 Quote Link to comment Share on other sites More sharing options...
mapra Posted January 16, 2019 Author Share Posted January 16, 2019 Awesome, that works great! Thank you! Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.