Dancing Cat Animation for Toradorable Skin Changer

Dancing Cat Animation for a Toradorable skin changer.

Dit script moet niet direct worden geïnstalleerd - het is een bibliotheek voor andere scripts om op te nemen met de meta-richtlijn // @require https://update.greasyfork.org/scripts/27467/175836/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: 800, url: "http://i.imgur.com/W0eTwNH.jpg", nick: "Psyche"},
         {time: 200, url: "http://i.imgur.com/cHSlg0T.png", nick: "Psyche"},
         {time: 200, url: "http://i.imgur.com/6ABrt1u.jpg", nick: "Psyche"},
    ]}
);