You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 8, 2021. It is now read-only.
StevenBlack edited this page Apr 22, 2011
·
8 revisions
List of potential Transition dependencies and gotchas
Assumption is, if we removing transitions out of changePage(), what could bite?
$.mobile.urlHistory.pageTransitionQueue
Array, queue to hold simultanious page transitions, referenced in two areas of changePage()
$.mobile.urlHistory.isPageTransitioning
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.
Transition-relates in class-setting code between L501 and L530, including the pageChangeComplete() call.