Skip to content
This repository was archived by the owner on Sep 26, 2022. It is now read-only.

piotr-placzek/JsAnimScroll

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JsAnimScroll

Webpage element scroll animation using pure javascript without jquery

easeInOutQuad method has been copied from https://gist.github.com/andjosh/6764939 thanks for andjosh.

@edit 2017-12-02 00:01

I resigned from the andjoshs' function.

I read this:

and I checked this:

and I wrote own cubic bezier methods.

Example of use in html file:

function onClickFunction(){ jsAnimScroll.linear(window, 1750, 3000); }

About

Webpage element scroll animation using pure javascript without jquery

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors