Skip to content

junli110/move-in-path

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

move-in-path

Let your div move in SVG path

   var path="M269,194c124,84,0,204,0,204s172-75,124-120s250-130,49-162s-123,0-123,0s-86-139-78-32s-90,122-90,122Z"
   var obj=new MoveInPath(path);
   obj.dur=3;
   obj.iterationCount=1000;
   obj.run(function(x,y){
	   $(".plot").css({"left":x,"top":y});
   })

About

Let your div move in SVG path

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published