I'd like to know how to make this animation on Axure 8
Thanks !
Here is another solution using a different approach. Namely a ridiculous amount of timed animations: https://www.dropbox.com/s/52cuq8opsmquni0/Circular-Loader-Animated.rp?dl=0
Two have circles can be animated. Each half has set the rotate origin to the common center. A shape covers the first half of the animation.
Not a very reliable solution, just a proof whats possible with the new animation features.
You could use the animated gif. But instead of displaying directly, you could apply it to the selected state. You add an action to select the image and the gif starts running.
Add a timer and reset when done. See this quick and dirty example. https://www.dropbox.com/s/4hceqrbsbvyri8k/Circular-Timer.rp?dl=0
I just recently started playing with Axure so there may be a better way to do this, but here’s what I came up with:
Create 2 rings:
Cut those rings in half
Make new full rings out of 2 half rings
Align the rings & set the order
Now comes the fun part
Select the right gray half ring and go to properties. I’m using “On Load” but pick whatever works for you and set up the following case:
Rotate right gray 180 degrees, clockwise, anchor right, Animate - linear, 1000ms
The end result is the right gray half ring rotates around, revealing the blue ring beneath, but it appears as if the blue is simply filling the gray space. Once that half ends it’s 180 degree rotation and ends up on the left side, it disappears and the left gray half ring starts its rotation. Since we set it behind the right blue half ring, it tucks behind it as it moves, revealing the rest of the blue ring as it goes.
As I mentioned I’m fairly new to Axure, so if anyone has any suggestions on how to do this more efficiently, they’re more than welcome!