mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 04:14:21 +08:00
betterz iOS toolbars
This commit is contained in:
@ -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 */
|
||||
|
Reference in New Issue
Block a user