JSFiddle - React, Tailwind, and code Playground

by Сергей Тарасевич

HTML

<div id="large-header" class="large-header">
    <canvas id="demo-canvas" width="941" height="775"></canvas>
</div>

CSS

body {
    background:#000002 url(http://d0gmatist.pro/templates/madison2/images/bg.jpg) 50% 0 no-repeat;
}

JavaScript

/*!
 * VERSION: 1.13.1
 * DATE: 2014-07-22
 * UPDATES AND DOCS AT: http://www.greensock.com
 *
 * @license Copyright (c) 2008-2014, GreenSock. All rights reserved.
 * This work is subject to the terms at http://www.greensock.com/terms_of_use.html or for
 * Club GreenSock members, the software agreement that was issued with your membership.
 *
 * @author: Jack Doyle, [email protected]
 */
(function (t, e) {
    "use strict";
    var i = t.GreenSockGlobals = t.GreenSockGlobals || t;
    if (!i.TweenLite) {
        var s, n, r, a, o, l = function (t) {
            var e, s = t.split("."),
                n = i;
            for (e = 0; s.length > e; e++) n[s[e]] = n = n[s[e]] || {};
            return n
        },
        h = l("com.greensock"),
            _ = 1e-10,
            u = function (t) {
                var e, i = [],
                    s = t.length;
                for (e = 0; e !== s; i.push(t[e++]));
                return i
            },
            f = function () {},
            m = function () {
                var t = Object.prototype.toString,
                    e = t.call([]);
                return function (i) {
                    return null != i && (i instanceof Array || "object" == typeof i && !! i.push && t.call(i) === e)
                }
            }(),
            p = {},
            c = function (s, n, r, a) {
                this.sc = p[s] ? p[s].sc : [], p[s] = this, this.gsClass = null, this.func = r;
                var o = [];
                this.check = function (h) {
                    for (var _, u, f, m, d = n.length, v = d; --d > -1;)
                    (_ = p[n[d]] || new c(n[d], [])).gsClass ? (o[d] = _.gsClass, v--) : h && _.sc.push(this);
                    if (0 === v && r) for (u = ("com.greensock." + s).split("."), f = u.pop(), m = l(u.join("."))[f] = this.gsClass = r.apply(r, o), a && (i[f] = m, "function" == typeof define && define.amd ? define((t.GreenSockAMDPath ? t.GreenSockAMDPath +
                     ...