nhaarman / acorn

Mastering Android navigation :chipmunk:
https://nhaarman.github.io/acorn
Apache License 2.0
181 stars 7 forks source link

Rename `Transition` to `SceneTransition`? #118

Closed nhaarman closed 5 years ago

nhaarman commented 5 years ago

The com.nhaarman.acorn.android.transition.Transition interface clashes with Android's android.transition.Transition. Since the latter is very useful when defining custom transitions, this name clash can be annoying.

Perhaps rename it to SceneTransition?