Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Other Animation beginner Reply To: Animation beginner

#197152
Ljanmi
Participant

GSAP gives me so precise timing and control over the animation, we will agree that timing in animation is most important. So, I find it much more usable and superior in creating complex animation then CSS3. https://www.youtube.com/watch?v=QO1mLs96krY&list=PLWa_eM6lXfKmbzl6IXq39qj8NEEX3itRy

I really would like to see any working example of CSS3 SVG draw inline animation. I have spent some serious time searching for that example without results.

I am a big fan of animations generally and I have really special interest in SVG since I see as a thing of the future in HTML.

Does anybody knows how can I make the lines start form the edges of the screen when animating, I probably lack some knowledge. Seems to be related to the viewbox and new background property size of the SVG although it shouldn’t be…
http://codepen.io/Ljanmi/pen/WbyLWv

Update:
IE11 workes fine(lines start form edges of the screen) but Mozilla and Chrome are bound to the viewbox and new background size property of the SVG so the lines are not animated the way I would like to…