Skip to content

Releases: kottenator/jquery-circle-progress

Reversed animation added

26 Aug 16:15
Compare
Choose a tag to compare

New option implemented: reversedAnimation: false. If set to true, you will have animation in reversed order - from 1.0 to specified value.

Mobile browsers support + performance update

25 Aug 18:15
Compare
Choose a tag to compare

I don't use .clip() now because of pure support in latest Chrome 36 (!)
I don't use globalCompositeOperation now because of pure support in mobile browsers.
I use very basic arc stroke now. This should also improve the performance. It's a bit tricky for image fill, but everything seems to be working fine

Chrome improvements

23 Aug 16:06
Compare
Choose a tag to compare

Anti-aliasing provided for Chrome / Chromium

First release

23 Aug 13:46
Compare
Choose a tag to compare

All the functionality described on the home page