Skip to content
This repository has been archived by the owner on Dec 19, 2017. It is now read-only.

Transition Animations

Casey Webb edited this page Dec 2, 2016 · 3 revisions
ko.router.use(function * (ctx) {
  yield
  yield new Promise((resolve) => $(ctx.element).fadeIn(resolve))
  yield new Promise((resolve) => $(ctx.element).fadeOut(resolve))
})