Hey all.
I'm one of those who like to avoid installing tweaks, as long as I can do the same thing editing a couple of files with iFile, SSH or whatever.
One tweak I installed was HiddenSettings7, in order to speed up animations a little bit. (Set it at 0.65).
Once the Slow Factor is modified, I have no further interest in the settings, so it bothered me a little to have access to them right in the control center.
Well, it turns out that there's a plist file that controls this. It's located in var/mobile/Documents/com.apple.springboard.settings/RootSettings.plist.
There's this pretty at the top:
In HiddenSettings7, you set Slow Animations to "ON", that would be slowAnimations to 1, right? And then, slowDownFactor would be the value of the speed, right?
Well, after trying several combinations I can't get the animations to speed up. If I do that, and set slowAnimations to 1 and slowDownFactor to 0.6 for instance, after a respring the animations are incredibly slow.
So it works, I just don't understand how exactly.
Maybe someone else can figure it out!!
Cheers.
I'm one of those who like to avoid installing tweaks, as long as I can do the same thing editing a couple of files with iFile, SSH or whatever.
One tweak I installed was HiddenSettings7, in order to speed up animations a little bit. (Set it at 0.65).
Once the Slow Factor is modified, I have no further interest in the settings, so it bothered me a little to have access to them right in the control center.
Well, it turns out that there's a plist file that controls this. It's located in var/mobile/Documents/com.apple.springboard.settings/RootSettings.plist.
There's this pretty at the top:
Code:
<key>slowAnimations</key>
<integer>0</integer>
<key>slowDownFactor</key>
<real>1</real>
In HiddenSettings7, you set Slow Animations to "ON", that would be slowAnimations to 1, right? And then, slowDownFactor would be the value of the speed, right?
Well, after trying several combinations I can't get the animations to speed up. If I do that, and set slowAnimations to 1 and slowDownFactor to 0.6 for instance, after a respring the animations are incredibly slow.
So it works, I just don't understand how exactly.
Maybe someone else can figure it out!!
Cheers.