Trying to make this animation look smoother
I am trying to make the boat look smoother with keyframes animations
14 Replies
try adding
both
in the animation definition?
where would you put the word both at?
animation: upanddown 1s infinite both;
oh okay let me check that out, this is new to me animations and this word lol
also, it looks like you're just linearly animating from -6 to +6 degrees, you don't need a keyframed animation for that
is that the animation you are after?
(or you could just do this)
this works too! though you'll have to double the duration
all right let me see I don't know this animation business I will try the last one
would I put both on it still?
this one won't change the original animation at all, you just don't need to manually insert the intermediate steps. And yeah,
both
should still work on that oneI originally had it
from
to
The one with -6 6 -6 works well I had to change it to 6 -6 6 to make it look better but thank you 🙂🙂
very cool!
Thanks a lot 😉
:thumbup: