Skip to content

Instantly share code, notes, and snippets.

View themightychris's full-sized avatar

Chris Alfano themightychris

View GitHub Profile
@themightychris
themightychris / AN.AbstractAnimation.js
Created February 20, 2012 09:27
Base class for Sencha Animator animations in Sencha Tocuh 2
Ext.define('AN.AbstractAnimation', {
extend: 'Ext.Component'
,config: {
scenes: null
,autoStartScene: 0
,scale: false
,clickEvents: []
,useOrmma: false
}