Excellent jquery plug-in for animation. http://gsgd.co.uk/sandbox/jquery/easing/You can find one of sample here.http://buildinternet.com/2009/01/how-to-make-a-smooth-animated-menu-with-jquery/
|
|||||
|
Excellent jquery plug-in for animation. http://gsgd.co.uk/sandbox/jquery/easing/You can find one of sample here.http://buildinternet.com/2009/01/how-to-make-a-smooth-animated-menu-with-jquery/ This is the newest and must-have item for jquery. You can download AIR application as well. http://api.jquery.com/ Jeffrey is a very resourceful person. He is one of person behind the famous NETTUTS.He gives a series of Jquery tutorials in his websites In the Woods http://blog.themeforest.net/category/screencasts/ and detached designs.com http://www.detacheddesigns.com/.If you haven’t watched them yet, you must!! Zach Dunn from buildinternet.com shared his jquery menu. http://buildinternet.com/2009/01/how-to-make-a-smooth-animated-menu-with-jquery/It does not gracefully degrade with Javascript unabled, but it is a good tutorial. He guide us line by line with detailed comment. .stop() is used for avoiding a broken accordion effect. Mouseover, mouseout and normal chain is used. Thanks Zach. $(document).ready(function(){ //When mouse [...] Sam Dunn from Buildinternet.com wrote a jquery snippet “Changing Form Input Styles on Focus with jQuery” http://buildinternet.com/2009/01/changing-form-input-styles-on-focus-with-jquery/The code is explained in details line by line and easy to follow and understand.Thanks Sam. Chris Coyier from CSS-trics gave us a snippet how to set font size based on word count.http://css-tricks.com/set-font-size-based-on-word-count/There are mootools and jquery script. Jquery script uses if, else if, else statement. Easy to understand.Thanks Chris. There are many jquery menus. However I found that some are not gracefully degradable and some don’t work in IE6 etc. I found good one with mootools. Then I wanted to change it to jquery for other reasons. I found two jquery menus for my purpose. Both of them works without javascript enabled [...] I found this snippet a while ago. This will allow you to edit webpage. Paste this to webaddress and enter.javascript:document.body.contentEditable=’true’; document.designMode=’on’; void 0 I have bought two books about jquery from Amazon last year. 1. Learning jQuery: Better Interaction Design and Web Development with Simple JavaScript Techniques and 2. jQuery Reference Guide: A Comprehensive Exploration of the Popular JavaScript Library The first one is excellent. If you are a beginner like me and want to learn [...] This post explains how to make an animated menu using jquery and sprite.http://www.shopdev.co.uk/blog/animated-menus-using-jquery/The post is very easy to follow and explains very well.This is a good example for hover function as well. It uses simple hover and animate function for opacity and speed. It uses .stop() to avoid a broken accordion effect. $(function() [...] |
|||||
|
Copyright © 2010 Okada Design Blog - All Rights Reserved |
|||||