I almost finished timeout timer using ReactJS. It should look like a pie loader and I need at the last 30% of progress to change color from green to yellow.
As a template for timer I took http://jsfiddle.net/Aw5Rf/7/ this one.
<div class="pie" data-percent="22">
<div class="left">
<span></span>
</div>
<div class="right">
<span></span>
</div>
</div>