betterz iOS toolbars

This commit is contained in:
Adam Bradley
2015-05-15 12:25:24 -05:00
parent ba6561cbe2
commit 0032858e38
12 changed files with 118 additions and 38 deletions

View File

@ -79,8 +79,15 @@ export let Collide = {
rootPropertyValueCache: {},
/* A cache for transform updates, which must be manually flushed via CSS.flushTransformCache(). */
transformCache: {}
transformCache: {},
startAddCls: null,
startRmvCls: null,
endAddCls: null,
endRmvCls: null
};
return element.$collide;
},
/* get/set element data */