• About

toodlebugtoons

~ Just another WordPress.com site

toodlebugtoons

Tag Archives: css

Using CSS & Javascript for Animation & Web Site Design Tricks

06 Wednesday Mar 2013

Posted by toodlebug in CSS, Javascript

≈ Leave a comment

Tags

animation, css, fb, inspiration, javascript, scrolling, tricks, web design

If you thought Cascading Style Sheets (CSS) were just for formatting font colors and wireframes, you need to check these sites out:
http://css-tricks.com/fancy-scrolling-sites/

The link above is a great source for web design inspiration!  Most require the use of CSS and Javascript to accomplish the effect.
For example, you can use an event listener to detect when the visitor scrolls:

<script> $(window).scroll(function () { //You can see how many pixels from the top the visitor scrolled: $('p').text("You have scrolled " + $(window).scrollTop() + " pixels"); }); </script>

Toodaloo.

Advertisements

Recent Posts

  • HTML5: Storing variables between page transitions (session management)
  • 3DS Max: Bathtime with Enya
  • My 5 Favorite Apps
  • Using CSS & Javascript for Animation & Web Site Design Tricks
  • Toodlebug Project: Smiletiles!

Archives

  • June 2013
  • April 2013
  • March 2013
  • May 2012
  • April 2012
  • March 2012
  • February 2012

Categories

  • Animators & Artists
  • CSS
  • Games
  • Javascript
  • Mobile Apps
  • Projects
  • Software
  • Tips & Tutorials
  • Uncategorized
  • Videos

Blogroll

  • Android Research
  • AS3 Game Tutorials

Meta

  • Register
  • Log in
  • Entries RSS
  • Comments RSS
  • WordPress.com
Advertisements

Blog at WordPress.com.