View Single Post
Posts: 170 | Thanked: 75 times | Joined on Jun 2008 @ NYC
#18
Originally Posted by jalyst View Post
I don't suppose you can elaborate on how this differs to the default setup, & hence results in faster transitions?


Although I haven't loaded into the n9 myself, here is a code snip from one of the config files.

Code:
 MWidgetScaleFadeAnimationStyle#In {
    opacity-animation-duration: 200;
    opacity-animation-easing-curve: overshotbezier;
    
    scale-animation-duration: 200;
    scale-animation-easing-curve: overshotbezier;

    scale: 0.50;
    opacity: 1;
}
So I guess F2 just parsed all these config files and changed the duration to half.

Correct me if I'm wrong or if that's not what you meant.

Edit: looked into the files and they are (on first glance) half the duration.

Last edited by Konceptz; 2011-11-27 at 17:18.
 

The Following User Says Thank You to Konceptz For This Useful Post: