PHP Classes

File: javascript/object_creation/v3/domParticle.js

Recommend this page to a friend!
  Classes of Kabir Hossain   PHP CodeIgniter Tips Tricks   javascript/object_creation/v3/domParticle.js   Download  
File: javascript/object_creation/v3/domParticle.js
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP CodeIgniter Tips Tricks
Collection of tips and examples to use CodeIgniter
Author: By
Last change:
Date: 1 month ago
Size: 255 bytes
 

Contents

Class file image Download
var adc = adc || {}; adc.domParticle = adc.particle.extend({ render: function() { if(this.element === null) { throw new Error("element needs to be set on particle"); } this.element.style.left = this.x; this.element.style.top = this.y; } });