When adding the op argument to `ReversibleViewTran...
# tornadofx
r
When adding the op argument to
ReversibleViewTransition
, I added a generic param to it as well to make sure you were working on the correct type of
ViewTransition
. That would be a breaking change for anyone that has created a custom
ReversibleViewTransition
.