jQuery drawing lines
- Friday, June 18, 2010, 16:39
- Programming
- 5 comments
draw lines with jquery along some animation paths follow me @4ten
About the Author
5 Comments on “jQuery drawing lines”
Write a Comment
Gravatars are small images that can show your personality. You can get your gravatar for free today!
You must be logged in to post a comment.
@tehpigmonkey Yea I totally forgot about anonymous functions.
To remove the global dependency of contentBox:
var drawInt = setInterval(function(){ drawLine(contentBox); }, 10);
Very cool, how about dev a jquery plugin? it will work even in IE6… i am tired to try to use svg run in IE. its an easy way to create relation betwen objects, works like a key framed animation.
thanks and keep good work!!!
Thanks! Programming videos take a long time to get popular I think. We’ll see.
Amazing tutorial man. I don’t know why you don’t have like a 1,000 subs by now. You make some very high quality content! Keep up the good work.
-Rohan