-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Create TransitionHandler object and expose it as an API #4022
Comments
@johnbender I haven't seen any activity on this issue in over 2 years. We're in the process of cleaning up old issues. Can you confirm whether or not this is still an issue with the latest jQM? |
@ldeluca this is very much something still on the road map its part of the nav work that is on going. But there really has not been any update since this sadly |
I believe this is solved. You can now use transitions on their own: http://jsbin.com/zexic/1/ The styling is not exactly kosher, but the point is that it works. @arschmitz can we set up a checklist as to what else needs to be done to consider this feature production quality? |
I guess maybe a demo ... ? |
Desired outcomes:
|
@arschmitz in order to achieve objective 2. I need to move I'm in the process of writing a PR for this issue, and for now I've moved the function into helpers. helpers is needed by both widgets/pagecontainer.js and transitions/transition.js - but, of course, so is widgets/page :) |
This allows transitions to live without navigation Fixes jquery-archivegh-4022
This allows transitions to live without navigation Fixes jquery-archivegh-4022 Fixes jquery-archivegh-7158
This allows transitions to live without navigation Fixes jquery-archivegh-4022 Fixes jquery-archivegh-7158
This allows transitions to live without navigation Fixes jquery-archivegh-6929 Fixes jquery-archivegh-4022 Fixes jquery-archivegh-7158
Recently we created two alternate transition handlers that encapsulate the sequential transition behavior and parallel transition behavior. Being that both are complex but relatively small this presents a really nice opportunity to refactor and provide an object api for advanced users to extend.
https://gist.github.com/df62ba1902a7569e11fe
The above link is a 10 minute untested refactor example.
The text was updated successfully, but these errors were encountered: