bluelinelabs / bluelinelabs/Conductor

Separate Enter Exit transition for each controller

Open
#307 18 comments 0 reactions 0 assignees View on GitHub
Dominant language
Java
Stars
3.9k
Forks
338
PR merge metrics
No merged PRs in 30d

Description

Is this possible to set different enter and exit transition?
For example the _from view_ exit with Fade out and the _to view_ enter with Slide bottom + Fade in.

I couldn't do this with `TransitionChangeHandler` the whole transition applies on both controllers.

Contributor guide

Open the contributing guide

Research direction

Start by reading TransitionChangeHandler and tracing how a transition is applied to both controllers. Confirm how the from-view exit and to-view enter are currently coupled, then define separate transition behavior for each side. Done means the example can use Fade out for the from view and Slide bottom plus Fade in for the to view.

Written by the indexing model from the issue text.

Assessment

Tech stack
android, java
Domain
mobile
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.