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