April 5, 20179 yr Hi I have created an svg animation out of our logo, when you hover over it, it draws, but it is not quite the effect I am looking for, I want to dot in the logo to move and draw the logo as it moves, starting from the inside to the outside, would anyone know how to do this and whether it is possible? Thank you http://codepen.io/saltedm8/pen/GWebNL
April 5, 20179 yr I think this would be extremely difficult to do, probably not impossible but I think you'll be in for a world of pain trying to get that to work. The dot would have to be it's own image and then follow the exact path of the SVG.I'm not really sure what these effects really add to the user experience so unless it's for experimentation I probably won't wanna focus much attention on it. Generally for any complex SVG animations you will want to look at http://snapsvg.io/ or https://greensock.com/gsap Edited April 5, 20179 yr by rbrtsmith
April 5, 20179 yr Author I think this would be extremely difficult to do, probably not impossible but I think you'll be in for a world of pain trying to get that to work. The dot would have to be it's own image and then follow the exact path of the SVG. I'm not really sure what these effects really add to the user experience so unless it's for experimentation I probably won't wanna focus much attention on it. Generally for any complex SVG animations you will want to look at http://snapsvg.io/ or https://greensock.com/gsap Thank you, that is pretty much what I thought, but if it was a simple job then I would have used it, simply for eye candy lol.. Don't think i will bother if it is that much messing about..
Create an account or sign in to comment