CSS 3 – Scale Transition – All Browser

CSS 3 – Scale Transition – All Browser

Description With CSS 3 scale transition you can zoom-in and zoom-out animations without Flash or JS Support. Effects Below are two browser transition codes which will help you make amazing animation from CSS3: transform transform-origin Usage -webkit-transform: scale(1.15);-moz-transform: scale(1.15);-o-transform: scale(1.15);transform:.

Read More →
squirrel_key_legs

squirrel_key_legs

Description Can be used to change the default footer output. Default Functions Following is default function added to this key: squirrel_legs Usage remove_action('squirrel_key_legs','squirrel_legs'); function joe_mask_footer(){ //Your Code here } add_action('squirrel_key_legs','joe_mask_footer');

Read More →
squirrel_key_after_body

squirrel_key_after_body

Description Can be used to insert code just before closing</body> tag. Default Functions No default function. Usage function joe_mask_after_body(){ //Your Code here } add_action('squirrel_key_after_body','joe_mask_after_body');

Read More →