mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-21 13:01:01 +08:00
@ -772,8 +772,6 @@ function inlineStyle(ele, effect) {
|
|||||||
if (transforms.length) {
|
if (transforms.length) {
|
||||||
transforms.push('translateZ(0px)');
|
transforms.push('translateZ(0px)');
|
||||||
ele.style[CSS.transform] = transforms.join(' ');
|
ele.style[CSS.transform] = transforms.join(' ');
|
||||||
} else {
|
|
||||||
ele.style[CSS.transform] = 'translateZ(0px)';
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user