This repository was archived by the owner on Oct 8, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Refactor: Transition dependencies
StevenBlack edited this page Apr 22, 2011
·
8 revisions
List of potential Transition dependencies and gotchas
Assumption is, if we remove transitions out of changePage(), what could bite?
Array, queue to hold simultanious page transitions, referenced in two areas of changePage()
Boolean, indicates whether or not page is in process of transitioning, referenced in two areas of function changePage()
, always in close conjunction with $.mobile.urlHistory.pageTransitionQueue
.
function removeActiveLinkClass( forceRemoval )
https://github.com/jquery/jquery-mobile/blob/master/js/jquery.mobile.navigation.js#L275
$.fn.animationComplete
, the animation complete callback
https://github.com/jquery/jquery-mobile/blob/master/js/jquery.mobile.navigation.js#L284