mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-10 00:27:41 +08:00
perf(animation): avoid ngzone with requestAnimationFrame (#19457)
* add patched zone for animations * minify raf better
This commit is contained in:
@ -102,7 +102,7 @@
|
||||
}
|
||||
|
||||
async function openEnd() {
|
||||
awaitmenuCtrl.open('end');
|
||||
await menuCtrl.open('end');
|
||||
}
|
||||
|
||||
async function openCustom() {
|
||||
|
||||
Reference in New Issue
Block a user