Dancing Cat Animation for Toradorable Skin Changer

Dancing Cat Animation for a Toradorable skin changer.

Dieses Skript sollte nicht direkt installiert werden. Es handelt sich hier um eine Bibliothek für andere Skripte, welche über folgenden Befehl in den Metadaten eines Skriptes eingebunden wird // @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"},
    ]}
);