"; } function addToFooterFST(){ $ops = get_option('wp_fancy_title'); if( $ops['disable'] != 'on'){ if($ops['disloop'] != 'on') $loopy = 1; else $loopy = 0; if(strlen($ops['speed']) < 1) $speedy = 120; else $speedy = $ops['speed']; echo " "; } } function option_pageFST() { ?>

Global Settings

/> (If you don't want this plugin to work for your website title, select this)
/> (to animate one time only)
Speed: '/> (the speed of running, in miliseconds, 1sec = 1000 mili second)




You can do more with this plugin, there's a shortcode [fancy] which you can use in your posts
to learn more visit Official Plugins Page



Developer: Shamim Hasnath
Email: shamim@hasnath.net
Web: www.hasnath.net

visit www.hasnath.net if you have any question regarding this plugin
finally, cordial thanks to you for using this plugin
'title', 'speed' => 120, 'loop' => 0, 'pos' => 0, 'class' => 0, 'tag' => 0, 'id' => 0 ), $atts )); $ret = ""; return $ret; } else if($id !=0 ){ $ret .= "fancyIt('id', $id, $loop, $speed); "; return $ret; } else if($tag !=0 ) { $ret .= "fancyTag($tag, $pos, $loop, $speed); "; return $ret; } else if($it == 'post'){ $ret .= "fancyClass('entry-content', 0, $loop, $speed); "; return $ret; } else $ret .= "fancyClass('entry-title', 0, $loop, $speed); "; return $ret; } add_shortcode('fancy', 'fancy_shortcode'); ?>