A PHP Error was encountered

Severity: Notice

Message: Undefined index: HTTP_ACCEPT_LANGUAGE

Filename: controllers/item.php

Line Number: 25

A PHP Error was encountered

Severity: Notice

Message: Undefined index: HTTP_ACCEPT_LANGUAGE

Filename: controllers/item.php

Line Number: 1114

EffectHub.com: your best source for gaming
Recommendation
More Effects...
JS
1
 window.requestAnimFrame = (function(){
2
    return  window.requestAnimationFrame       ||
3
            window.webkitRequestAnimationFrame ||
4
            window.mozRequestAnimationFrame    ||
5
            window.oRequestAnimationFrame      ||
6
            window.msRequestAnimationFrame     ||
7
            function( callback ){
8
              window.setTimeout(callback, 1000 / 60);
9
            };
10
  })();
11
 
12
 
13
// Generated by CoffeeScript 1.4.0
14
(function() {
15
  var generateLineInfo;
16
 
17
  generateLineInfo = function(x, y) {
18
    return {
19
      x: x,
20
      y: y,
21
      xVelocity: Math.random() * 20 * (~~(Math.random() * 2) === 1 ? -1 : 1),
22
      yVelocity: Math.random() * 10 * (~~(Math.random() * 2) === 1 ? -1 : 1)
23
    };
24
  };
25
 
26
  window.onload = function() {
27
    var colors, ctx, drawAndMove, elm, explosion, frameCount, generateExplosion, height, lines, operations, pixelDensity, tick, width;
28
    width = window.innerWidth;
29
    height = window.innerHeight;
30
    elm = document.createElement('canvas');
31
    pixelDensity = window.devicePixelRatio || 1;
32
    lines = [];
33
    colors = ["#FF7A43", "#F24B4B", "#DB5139"];
34
    operations = ["sin", "cos"];
35
    elm.style.width = width + "px";
36
    elm.style.height = height + "px";
37
    frameCount = 0;
38
    explosion = 60 * 5;
39
    elm.setAttribute('width', width * pixelDensity);
40
    elm.setAttribute('height', height * pixelDensity);
41
    ctx = elm.getContext('2d');
42
    document.body.appendChild(elm);
43
    generateExplosion = function() {
44
      var i, _i, _results;
45
      lines.length = 0;
46
      _results = [];
 
CSS
1
*{
2
 padding: 0px;
3
 margin: 0px;
4
}
5
  html {
6
    background: #F24B4B;
7
  }
 
HTML
1
 
 

Join Effecthub.com

Working with Global Gaming Artists and Developers!


Or Sign Up with Your Email Address:
This field must contain a valid email
Password should be at least 1 character