Basic beginning Animation

I’d like to animate a closed brep for a simple animation in Grasshopper.

The basic definition attached below turns the brep with a slider, but is there a way of causing a (rotation) animation to be triggered by a button?

One-way would be good; slowly oscillating between start–end–start would be best!

Most basic Animation.gh (7.7 KB)

not sure if you want somthing like this:

great examples by @maje90 :slight_smile:

ok here for “oscillating between start–end–start”


RE_Most basic Animation.gh (8.7 KB)
hth

Thanks for looking at this.

When dragged manually from left to right, the slider oscillates the brep alright between the start and end position.

However, I’m looking for a button or a toggle control that would automate the animation. Just a back and forth, in this case, along a path that is an arc rotation.

have fun


RE2_Most basic Animation.gh (10.6 KB)

1 Like

This does the job; thank you!