Dancing Cat Animation for Toradorable Skin Changer

Dancing Cat Animation for a Toradorable skin changer.

This script should not be not be installed directly. It is a library for other scripts to include with the meta directive // @require https://update.greasyfork.org/scripts/27468/175837/Dancing%20Cat%20Animation%20for%20Toradorable%20Skin%20Changer.js

// ==UserScript==
// @name         Dancing Cat Animation for Toradorable Skin Changer
// @namespace    http://tampermonkey.net/
// @version      0.0.3
// @description  Dancing Cat Animation for a Toradorable skin changer.
// @author       Toradorable
// @grant        none
// @require      https://greasyfork.org/scripts/24894-toradorable-animator/code/Toradorable%20Animator.js
// ==/UserScript==

animator.addAnimation(
    {title:"Vitality Skins",
     frames: [
         {time: 500, url: "http://i.imgur.com/CkVTg8Z.jpg", nick: "Psyche"},
         {time: 500, url: "http://i.imgur.com/IuWTL6C.jpg", nick: "Psyche"},
         {time: 500, url: "http://i.imgur.com/W0eTwNH.jpg", nick: "Psyche"},
         {time: 500, url: "http://i.imgur.com/cHSlg0T.png", nick: "Psyche"},
         {time: 500, url: "http://i.imgur.com/6ABrt1u.jpg", nick: "Psyche"},
    ]}
);