ojoseph

Results 5 comments of ojoseph

I have the same concern! Is there anyway to control the speed of the animation?

@beaver-creation Actually if you open the script you can change the value of the animation speed and the transition by editing the following values `// apply new transitions path.style.transition =...

@beaver-creation I am not sure for the opacity but the following code should be a hint. `// edit props path.style.fillOpacity = 1; path.style.strokeOpacity = 0; `

@beaver-creation i used it too but i was not able to trigger the fill animation. Think you have a hint?

@beaver-creation Thanks, I've checked the documentation and it seems paths cannot be filled.