Skip to content
  • Martin Flöser's avatar
    Rewrite of Login effect to JavaScript · 4c402e80
    Martin Flöser authored
    Main motivation for this rewrite is the fact that the login effect had
    been designed under the assumption that there is only one login splash
    window. This assumption does no longer hold with the QML based splash,
    which creates a window per screen.
    
    By using a JavaScript based effect, the animation effect is implicityly
    used which supports animating multiple windows at the same time in a
    better and safer way.
    
    BUG: 313061
    FIXED-IN: 4.11
    REVIEW: 108403
    4c402e80