8 Apr 2017 at 01:34 #1 asdfguy asdfguy Associate Joined 14 Sep 2014 Posts 134 So I need a writing animation. I found a website which has a HTML and CSS code but I have no clue how to edit them to animate Dino. https://codepen.io/dinog28/pen/VpJyKV
So I need a writing animation. I found a website which has a HTML and CSS code but I have no clue how to edit them to animate Dino. https://codepen.io/dinog28/pen/VpJyKV
8 Apr 2017 at 07:17 #2 kaku kaku Associate Joined 21 May 2013 Posts 2,015 The example you've posted uses the svg line dasharray/dashoffset animation technique. To substitute your own "writing" text you'd need to make a new svg path. You can read about it here: https://css-tricks.com/svg-line-animation-works/
The example you've posted uses the svg line dasharray/dashoffset animation technique. To substitute your own "writing" text you'd need to make a new svg path. You can read about it here: https://css-tricks.com/svg-line-animation-works/