Closed Meldinoor closed 8 years ago
Hey, thanks for the PR!
Couple things to point out here:
onLoaded
callback is called immediately after you call finish()
, I think onFinished
is a slightly confusing option name - more accurately, maybe onRemove
or something would be more helpful to other usersonLoaded
does fire once the "disappear" animation starts, why do you need to wait for the animation to finish? In general, I'd recommend starting your app code before the fade out completes, otherwise it's a bit irritating for usersps. welcome to GitHub! :smile:
New to github, just trying to figure this out.