UNPKG

@nativescript/core

Version:

A JavaScript library providing an easy to use api for interacting with iOS and Android platform APIs.

10 lines 493 B
export class SharedTransitionHelper { static animate(state, transitionContext, type) { // may be able to consolidate android handling here in future } static interactiveStart(state, interactiveState, type) { } static interactiveUpdate(state, interactiveState, type, percent) { } static interactiveCancel(state, interactiveState, type) { } static interactiveFinish(state, interactiveState, type) { } } //# sourceMappingURL=shared-transition-helper.android.js.map