Animating a flipping circle

I am trying to animate a clock that runs from one time to another, and then flips over to reveal another set of hands drawn on the clock’s back fixed in the starting position. This is so that the animation can repeat over and over again seamlessly, as it will be used as a loading animation. I animated the hands of the clock pretty easily, but I can’t figure out how to animate the clock face flipping.

In case it still isn’t clear, I want to do something like this, but without the fancy lighting and only a single flip.

Any help is appreciated. Thank you in advance.

1 Like

Maybe you could have a look here: Rotation about X or Y-axis
It was about a coin flipping :wink:

1 Like

It most certainly is. Thank you very much.