Re: What is NSAnimationSlowMotionOnShift?
Re: What is NSAnimationSlowMotionOnShift?
- Subject: Re: What is NSAnimationSlowMotionOnShift?
- From: Kyle Sluder <email@hidden>
- Date: Thu, 25 Sep 2014 07:33:20 -0700
On Sep 25, 2014, at 5:15 AM, Bill Cheeseman <email@hidden> wrote:
>
> But I can't find NSAnimationSlowMotionOnShift anywhere. Is this remark in the release notes an inside joke? Google turns up no references to NSAnimationSlowMotionOnShift other than these Release Notes, and searching the Yosemite headers turns up nothing.
From the release notes:
“Most animations on the system can be slowed down by setting the default NSAnimationSlowMotionOnShift to YES”
Notice it says “the default”. This is a noun, used in the same sense as the defaults(1) command. Therefore you set it either with `defaults write` or by passing it as an argument on the command line.
Slow animations are a debugging aid; testing for the shift key often results in legitimate key combinations taking forever to animate.
--Kyle Sluder
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden