
This is the PHP Javascript version of the plugin for wordpress Responsive SVG Handwritting Text Animation – WordPress Plugin
Create animated string from any svg font file.
<?php
font_anim( array(
"text" => "Hello",
"color" => array("#a0e660","#a00960") ,
"color_blend" => array("#a0e660","#a00960"),
"stroke" => 19,
"outline_color" => "#a0e660",
"background" => "#c25dc2",
"mode" =>1,
"height" => 600,
"width" => 1500,
"size" => 150,
"speed" => 1,
"type" => "cubic-bezier(0.250, 0.250, 0.750, 0.750)",
"font" => "Sevillana-Regular.svg",
"transition" => 300,
"fill" => false,
"vertical" => 1000
)); ?>
Paste code anywhere in a PHP file.
First you have to include a file called “font_anim.php”.
<?php include ('font_anim/font_anim.php'); ?>
WORDPRESS VERSION AVAILABLE HERE :
Added the control of the outline color Added the control of the animation type Fixed bugVersion 1.11 – 05 May 2014
Improved browser compatibility (IE) Added premium color input Improved administration control panelVersion 1.10 – 20 April 2014
Added possibility to publish many animation on the same page Fixed bug on the IE browser Added features to control panel