From 2040b36e4430abaf401be5700f8ea7b0dd54ae3e Mon Sep 17 00:00:00 2001 From: thednp Date: Sun, 27 Mar 2016 16:20:24 +0300 Subject: [PATCH] Added a codepen example for SVG, plus more SEO improvements. --- index.html | 2 +- svg.html | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/index.html b/index.html index 8c30cf5..4e9305d 100644 --- a/index.html +++ b/index.html @@ -140,7 +140,7 @@

Packed With Tools

-

KUTE.js comes with tools to help you configure awesome animations: CSS / SVG / ATTR Plugins, jQuery plugin, easing functions, color convertors, and you can even extend it yourself.

+

KUTE.js comes with a CSS Plugin, a SVG Plugin, an ATTR Plugin, a Text Plugin and a jQuery plugin, easing functions, color convertors, utility functions, and you can even extend it yourself.

Plenty Of Properties

diff --git a/svg.html b/svg.html index fd902cb..23080d6 100644 --- a/svg.html +++ b/svg.html @@ -116,12 +116,12 @@ var tween = KUTE.to('#rectangle', { path: 'M301.113,12.011l99.25,179.996l201.864

For all the above tween objects the animation should look like this:

- - - - + + + + @@ -141,7 +141,7 @@ If the current animation is not satisfactory, consider reversing one of the path */ -

Next, we're going to set the morphIndex: 79 option and we will get an improved morph.

+

Next, we're going to set the morphIndex: 79 option and we will get an improved morph. I also made a pen for you to play with.