Skip to content
  • Arseniy Lartsev's avatar
    Presentation: correct durations for "Fade" transition effect by doing 20 FPS... · 9f0ff21a
    Arseniy Lartsev authored and Albert Astals Cid's avatar Albert Astals Cid committed
    Presentation: correct durations for "Fade" transition effect by doing 20 FPS instead of 100 frames total
    
    Right now, fade transition is always done in 100 frames. If the intended duration is, say, 1 second, the actual duration can easily be a few seconds instead, due to the limited CPU power (on my laptop with core i5, those 100 frames take 2 seconds).
    
    I propose a patch that changes the number of frames to 20 * (duration in seconds). 20 FPS still looks completely smooth to me.
    
    REVIEW: 125310
    BUGS: 352876
    9f0ff21a