
SVG handwriting font plugin.
That is the PHP Javascript model of the plugin for wordpress Responsive SVG Handwritting Text Animation – WordPress Plugin
Create animated string from any svg font file.
- Suitable with any browser, together with Web Explorer
- Use your personal font file. Any font can be utilized
- Publish your animation wherever with a couple of traces of PHP code.
- Utilizing presets.
- Crammed or outlined mode. View example 1 and example 2
- SVG Icons font supported (take a look at the font “Trendy Pics” within the dwell demo)
- Gradient mode or limitless a number of colour mode. Outline a sequence of colours or just select the bottom colour and the ultimate colour to create the gradient
- Set the dimensions, line thickness, background colour, write pace or time between every letter and customise your animation
- Create fashionable animations limitless and publish in 5 minutes.
Buyer suggestions
Utilization
Copy the file “font_anim.php” in your server. This file should be current within the listing.
Create your animation with the management panel and get your code by clicking “Get Code”.
Code is routinely generated from dashboard like this :
<?php font_anim( array( "textual content" => "Whats up", "colour" => array("#a0e660","#a00960") , "color_blend" => array("#a0e660","#a00960"), "stroke" => 19, "outline_color" => "#a0e660", "background" => "#c25dc2", "mode" =>1, "top" => 600, "width" => 1500, "measurement" => 150, "pace" => 1, "sort" => "cubic-bezier(0.250, 0.250, 0.750, 0.750)", "font" => "Sevillana-Common.svg", "transition" => 300, "fill" => false, "vertical" => 1000 )); ?>
Paste code wherever in a PHP file.
First you must embrace a file known as “font_anim.php”.
<?php embrace ('font_anim/font_anim.php'); ?>
WORDPRESS VERSION AVAILABLE HERE : http://codecanyon.net/item/handwriting-wordpress-svg-parallax-font-plugin/6800392
Changelog :
Model 1.12 – 10 August 2014
Model 1.11 – 05 Could 2014
Model 1.10 – 20 April 2014
Added the management of the define colour
Added the management of the animation sort
Mounted bug
Improved browser compatibility (IE)
Added premium colour enter
Improved administration management panel
Added risk to publish many animation on the identical web page
Mounted bug on the IE browser
Added options to manage panel
Source