Skip to content

Latest commit

 

History

History
29 lines (26 loc) · 641 Bytes

README.md

File metadata and controls

29 lines (26 loc) · 641 Bytes

animated-anchros

jQuery plugin for extending a browsers anchor technic, like offsets, animation and right positioned hash-tags

/* =============================================================

  • Licensed under the MIT License.
  •  // HOW TO USE
    
  • Example :
  •  $('.anchor').animatedanchor(); 
    
  • Options:
  •  Available options and their defaults:
    
  •  offset:114,
    
  •  delay:1000,
    
  •  easing:"linear",
    
  •  $('.anchor').animatedanchor({option1, 'value'});
    
  • Methods:
  • scrollTo(element)
    
  • ============================================================== */