• Ian Hickson's avatar
    Fix some hero observer bugs (#5633) · dd2251ec
    Ian Hickson authored
    1: If a route is already dismissed when it's popped, there's no point
    trying to animate heroes, because it's going to be gone before the
    heroes code can look at it.
    
    2: If a hero animation finishes just as a new one is starting, we
    previously blew away the state for the starting one. Now we correctly
    segregate the "starting up quest" variables from the "actively ongoing
    quest" variables.
    dd2251ec
Name
Last commit
Last update
..
animation Loading commit data...
cassowary Loading commit data...
engine Loading commit data...
examples Loading commit data...
foundation Loading commit data...
gestures Loading commit data...
harness Loading commit data...
material Loading commit data...
painting Loading commit data...
physics Loading commit data...
rendering Loading commit data...
scheduler Loading commit data...
services Loading commit data...
ui Loading commit data...
widget Loading commit data...