vivus
vivus copied to clipboard
JavaScript library to make drawing animation on SVG
Thank you for this beauty and creative code; there is a rewind sample in https://maxwellito.github.io/vivus/ would you please add it to https://maxwellito.github.io/vivus-instant/ or there is it and I dont see...
Hi ! I want to mention a problem I've found using masks as paths. In my project, I want to achieve a calligraphic effect. To be able to do that,...
**Vivus version**: Vivus Instant & 0.4.4 **Browser**: Chrome **Steps to reproduce it**: Use an SVG with sharp angle (produced from Illustrator) in Vivus **Reproduced Issue**: https://jsfiddle.net/2t1kb9yr/ »Note the top left...
**Vivus version**: 0.4.6 **Browser**: Chrome 92.0.4515.131, Edge 92.0.902.62 and Firefox 90.0.2 ( Windows 10 ) **Steps to reproduce it**: So my svgs are not animating, but I did get it...
Dear maxwellito, thank you very much for the library and the vivus instant website - it is a joy to use! I wondered, if there are any recommendations or best...
### Please define your problem or issue as clear as possible. **Vivus version**: I am current working on the online demo https://maxwellito.github.io/vivus-instant/ which should be the newest version I think...
I'm having some trouble with the [animate fill hack](https://github.com/maxwellito/vivus/blob/master/hacks.md). When using the hack with scenario and data-duration, the finished class is also delayed, and I can't control this delay. **JS**...
### Please define your problem or issue as clear as possible. For a problem, please fill the following: **Vivus version**: all **Browser**: all **Steps to reproduce it**: 1) A standard...
When a Vivus element is in a scroll container using `overflow: auto` it will not appear because [`isInViewport`](https://github.com/maxwellito/vivus/blob/master/src/vivus.js#L647) uses `document` as the only possible scroll container. This could be solved...
Hello Maxwellito ! First thanks for your lib, it works well and that's nice ! I was playing around with some SVG when i found a path element in some...