ionic-team / ionic-team/ionic-framework

Animations only always honored on router.push(), less so on other methods

Aperta
#30,174 0 commenti 2 reazioni 0 assegnatari Vedi su GitHub
triage
Lingua principale
TypeScript
Stelle
52.7k
Fork
13.3k
Merge medio
1g 15h
PR unite (30g)
51

Descrizione

We should always be able to specify an animation and a direction, even if the route is replaced or popped from the stack, and even if that route was already animated using another animation.

The current behaviour on Vue at least only permits new animations to be used on 'push', but the old animations will always be used on 'pop' and 'replace' if "returning" from a view already present on the stack.

This is not ideal as it prevents developers from always having control over app animations (and also it leads to weird user behaviour since animations are cues to the user anyway)

Guida per i contributori

Apri la guida per i contributori

Valutazione

Questa issue non è ancora stata valutata.

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.