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

NoTransition scene config causes blank scenes #275

Merged
merged 1 commit into from Mar 3, 2016
Merged

NoTransition scene config causes blank scenes #275

merged 1 commit into from Mar 3, 2016

Commits on Mar 3, 2016

  1. NoTransition scene config causes blank scenes

    The NoTransition scene config produces an interpolator function with a
    divide by zero, which can cause scenes to have opacity=NaN when
    directionAdjustedProgress is set to 1.
    
    This bad value is interpreted on Simulator as opacity=1 (bug does not
    appear) but on my device it shows up as opacity=0 (scene shows briefly and
    then disappears).
    
    The 'constant' type seems more appropriate here.
    keeth committed Mar 3, 2016
    Configuration menu
    Copy the full SHA
    a3ccd7b View commit details
    Browse the repository at this point in the history