Skip to content

DanielTamkin/AnchorSlide.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

AnchorSlide.js

a simple jQuery plugin to animate anchor tags.

a very simplistic demo can be found here

$("#your-element").AnchorSlide();

Settings

speed(in Milliseconds):

$("#your-element").AnchorSlide({
  speed: 100
});

target:

$("#your-element").AnchorSlide({
  target: a.only-some-a-tags
});

can be combined

$("#your-element").AnchorSlide({
  speed: 100,
  target: a.only-some-a-tags
});

About

a simple jQuery plugin to animate anchor tags.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages