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

Transitions #66

Merged
merged 15 commits into from
Oct 17, 2011
Merged

Transitions #66

merged 15 commits into from
Oct 17, 2011

Commits on Oct 14, 2011

  1. Configuration menu
    Copy the full SHA
    6e39dd4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3adef9c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    38f887c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    78a9b30 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    745f50e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    412faf5 View commit details
    Browse the repository at this point in the history
  7. Removing more superfluous defers and speeding successive turns.

    There's no point stacking the various style changes successively -- all
    of them will be applied on the next defer. So, just ensure there is a
    single defer before announcing the page change.
    
    Also, we can make the slide faster if there's been another slide very
    recently -- the user is obviously paging through the book quickly; let's
    not get in their way.
    joseph committed Oct 14, 2011
    Configuration menu
    Copy the full SHA
    7330202 View commit details
    Browse the repository at this point in the history
  8. Less ugly and less obtrusive Slider wait control.

    I've always hated it. Now should only appear if the next page is
    actually taking a while to set (because it has a slight transition on
    the opacity, so near-zero setPage times shouldn't ever let the opacity
    reach 1). Need to test this on slower devices.
    joseph committed Oct 14, 2011
    Configuration menu
    Copy the full SHA
    32c2502 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    15823a8 View commit details
    Browse the repository at this point in the history
  10. Tidying a few Reader constants.

    AbortMessage now supplanted by monocle:incompatible.
    joseph committed Oct 14, 2011
    Configuration menu
    Copy the full SHA
    cce4308 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    71ec07d View commit details
    Browse the repository at this point in the history
  12. Workaround for iPad's sticky slideOut.

    Not much return for four hours work.
    joseph committed Oct 14, 2011
    Configuration menu
    Copy the full SHA
    40e4a3a View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    7a77d2d View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    539e68d View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    b62ab96 View commit details
    Browse the repository at this point in the history