mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 12:29:55 +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