Skip to content

Instantly share code, notes, and snippets.

View MhdAljuboori's full-sized avatar

Mohammed Al-Juboori MhdAljuboori

View GitHub Profile
$(function() {
function AnimatoinObject (obj, steps, duration, delay, itrations) {
var _this = this;
_this.obj = obj;
_this.steps = steps;
_this.duration = duration;
_this.delay = delay;
_this.itrations = itrations;
@MhdAljuboori
MhdAljuboori / animator-pro.js
Created November 22, 2015 12:56
AnimatorPro Pinegrow Plugin - v 1.2 - http://animator-pro.mhdaljuboori.me/
/*!
* tram.js v0.8.1-global
* Cross-browser CSS3 transitions in JavaScript
* https://github.com/bkwld/tram
* MIT License
*/
/*!
* P.js
* A lightweight class system. It's just prototypes!
* http:// github.com/jayferd/pjs
@MhdAljuboori
MhdAljuboori / README.md
Last active October 17, 2019 14:39
node-sass importer bug