I use CSS Pie Timer, and I struggle to make my pie loading animation run only once.
The order I want the animation to be in:
- the circle is not shown
- the circle is starting to fill up with a border color
- the circle get filled fully
- the circle stays filled (and doesn't repeat)
<div class="wrapper">
<div class="pie spinner"></div>
<div class="pie filler"></div>
<div class="mask"></div>
</div>
Help will be appreciated!