aautem / kinetic

Kinetic Scrolling with JavaScript

Home Page:http://ariya.github.io/kinetic/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JavaScript Kinetic Scrolling

#1: Basic drag-and-scroll (demo, explanation).
No momentum effect yet, just a plain scroll view.

#2: Flick list with momentum (demo, explanation).
Smooth acceleration and deceleration.

#3: Snap-to-grid flick list (demo, explanation).
Inertial deceleration to stop at the right position.

#4: Horizontal swipe to browse photos (demo, explanation).
Parallax effect included.

#5: Cover Flow with CSS transform (demo, explanation).
Flipping images in 3-D space

#6: Coming soon.

About

Kinetic Scrolling with JavaScript

http://ariya.github.io/kinetic/

License:MIT License


Languages

Language:HTML 56.3%Language:JavaScript 40.3%Language:CSS 3.4%