Web Design

TwitterFacebook
Get flash to fully experience Pearltrees

noobSlide - mootools

1. Lorem ipsum dolor sit amet Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Pellentesque ac dolor. Aenean consectetuer nibh sed ante pretium egestas. http://www.efectorelativo.net/laboratory/noobSlide/
In this tutorial we will create a simple smooth scrolling effect with jQuery. We will create a horizontal and a vertical website layout to show the effect. We will be using the jQuery Easing Plugin and just a few lines of jQuery. So, let’s start! The Markup The markup for our example ... http://tympanus.net/codrops/2010/06/02/smooth-vertical-or-horizontal-page-scrolling-with-jquery/

Smooth Vertical or Horizontal Page Scrolling with jQuery

http://www.localwisdom.com/blog/

The Local Wisdom Blog

Posted by Derrick Larane on March 28, 2013 Facebook news feed layout changes coming to a browser near you So if your on facebook like I am (a lot) then you know “they” (Mr. Zuckerburg and crew) love to tweak, change, modify and refresh the facebook page layouts just about when we get use to the current furniture and paint job. This latest update will be to the news feed.

» Slicing Spritemaps and Parallax Scrolling on the HTML5 Canvas

http://html5.litten.com/slicing-spritemaps-and-parallax-scrolling-on-the-html5-canvas/ In this example we will look at slicing images with the drawImage() method of a 2d canvas context. We’ll use two images that are larger than the canvas to create a parallax scrolling effect that is common in 2d games and also another image as a spritemap consisting of three sprites to show how to slice out and draw individual sprites. I made this example as simple as possible to keep from cluttering up the key concepts of slicing and drawing pieces of images on the canvas. It only moves in one direction by pressing the right arrow key on your keyboard. What you need to run this An HTML5 friendly browser.