fix(hmr): quick fade upon replace navigation (#7251)

This commit is contained in:
Manol Donev
2019-05-22 11:45:55 +03:00
committed by GitHub
parent d60e5dace4
commit 0aca08755a
6 changed files with 58 additions and 20 deletions

View File

@@ -5,7 +5,7 @@ import {
} from ".";
import {
ViewBase, Property, booleanConverter, eachDescendant, EventData, layout,
ViewBase, Property, booleanConverter, EventData, layout,
getEventOrGestureName, traceEnabled, traceWrite, traceCategories,
InheritedProperty, ShowModalOptions
} from "../view-base";