Showing posts with label jQuery's. Show all posts
Showing posts with label jQuery's. Show all posts

Thursday, December 27, 2012

Animation using CSS3 KeyFrames and jQuery's scrollTop() function



css3 keyframesJquery is indeed the most compressed and efficient library of JavaScript introduced so far that has made a web developer's job more easy. Its built in functions of show(), hide(), AJAX() and my beloved scrollTop() are indeed the most used functions that gives a new life to user interface (UI). CSS3 animationsusing @Keyframes rule is one of the most innovative things I came across so far. Pseudo elements such as :before and :after are increasingly being used now because they eliminated the use of unnecessary div tags.
Read more »