v0.3.2
- Bug fix for flickering during animation in Safari
- fixing animation start position so the full stroke gets animated
- using
performance.now()
instead ofDate.now()
for timing during animation
performance.now()
instead of Date.now()
for timing during animation