Skip to content
  • Florian Müllner's avatar
    environment: Try harder to find a transition · b6754d7d
    Florian Müllner authored and Florian Müllner's avatar Florian Müllner committed
    When easing, we need the transition of one of the involved properties
    to connect our callbacks. Currently we simply get the transition for
    the first property, however as Clutter optimizes the case where a
    property doesn't actually change, that transition may be NULL even
    though we still animate other properties.
    
    So instead of only looking at the transition of the first property,
    try to find a transition for any of the involved properties.
    
    GNOME/gnome-shell#1572
    b6754d7d