Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use transition event to check whether the animation has finished to fix visual problems caused by any performance problems. #9

Closed
wants to merge 4 commits into from

Commits on Feb 5, 2013

  1. Fixed performance problems on iOS6 causing a white block to appear wh…

    …ere the initial view you were moving from is removed too early. Now we wait for the animation to officially end rather than make assumptions.
    Seb Insua committed Feb 5, 2013
    Configuration menu
    Copy the full SHA
    42ff48a View commit details
    Browse the repository at this point in the history
  2. Cleaned up slightly. Have noticed there is a bug with the history if …

    …you are too quick.
    Seb Insua committed Feb 5, 2013
    Configuration menu
    Copy the full SHA
    c3c8be2 View commit details
    Browse the repository at this point in the history
  3. Sometimes #app-main is set to the wrong view when renderView() is cal…

    …led again. This causes situations in which the underlying Backbone.History.fragment is the same as the fragment (or view name) which we want to switch to, yet the view which is being shown is the previous view. You can end up trapped on a view. Performance-related yet again...
    Seb Insua committed Feb 5, 2013
    Configuration menu
    Copy the full SHA
    3e21db9 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2013

  1. Better location for the previous code.

    Seb Insua committed Feb 7, 2013
    Configuration menu
    Copy the full SHA
    4cd75bb View commit details
    Browse the repository at this point in the history