Tag Archives: scrolling

Parallax Effect Using Only CSS With No JavaScript

This demo requires Internet Explorer 10 or higher. Switch to a better browser to view the demo. I highly recommend Google Chrome. Parallax is a visual effect, which can be created using layered graphics to imitate depth or distance. In this article, I’ll introduce to you the CSS3 @keyframes rule, and demonstrate how to create [...]

Detach It – A jQuery Plugin

Detach It is a jQuery plugin which can create a floating clone of nearly any HTML object. Detach It is useful if you want to create a floating navigation menu similar to the one on my website. How Does It Work?

Screw – A jQuery Plugin

Screw, a word I re-coined from scroll + view, is a jQuery plugin which loads HTML as a user scrolls the webpage. Screw will help you save bandwidth by only loading content as it is scrolled into view. Screw can also be used to create continuously scrolling, bottomless pages where content is appended to the [...]