[DEMO1] This is a demo page of javascript Event.
(parallax animation by css property.)
link : http://codechord.com/2012/12/basic_event_for_parallax/
- [1] scroll : A basic javascript event.
 - [2] mousewheel : A case of using jQuery plugin ( jquery.mousewheel.js)
 - [3] throttle : A case of using jQuery plugin ( jQuery throttle / debounce)
 - [4] debounce : A case of using jQuery plugin ( jQuery throttle / debounce)
 - [5] touchmove : A cass of touchmove event which is event for smartPhone ( iOS, Android).
 - [6] touchmove & throttle : A case of using jQuery plugin ( jQuery throttle / debounce)
 - [7] touchmove & debounce : A case of using jQuery plugin ( jQuery throttle / debounce)