mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
js is hard
This commit is contained in:
@@ -142,7 +142,7 @@ Animation.register('action-menu-md-slide-in', ActionMenuMdSlideIn);
|
||||
class ActionMenuMdSlideOut extends ActionMenuSlideOut {
|
||||
constructor(element) {
|
||||
super(element);
|
||||
this.backdrop.fromTo('opacity', 0.01.26, 0);
|
||||
this.backdrop.fromTo('opacity', 0.26, 0.01);
|
||||
}
|
||||
}
|
||||
Animation.register('action-menu-md-slide-out', ActionMenuMdSlideOut);
|
||||
|
||||
Reference in New Issue
Block a user