क्या ओएस एक्स पर सभी एनिमेशन बंद करना संभव है?
क्या ओएस एक्स पर सभी एनिमेशन बंद करना संभव है?
जवाबों:
मैंने इनमें से पहले चार को ही सक्षम किया है, लेकिन यहाँ मेरे द्वारा पाए गए एनिमेशन को अक्षम करने के लिए सभी छिपी हुई प्राथमिकताएँ हैं।
# opening and closing windows and popovers
defaults write -g NSAutomaticWindowAnimationsEnabled -bool false
# smooth scrolling
defaults write -g NSScrollAnimationEnabled -bool false
# showing and hiding sheets, resizing preference windows, zooming windows
# float 0 doesn't work
defaults write -g NSWindowResizeTime -float 0.001
# opening and closing Quick Look windows
defaults write -g QLPanelAnimationDuration -float 0
# rubberband scrolling (doesn't affect web views)
defaults write -g NSScrollViewRubberbanding -bool false
# resizing windows before and after showing the version browser
# also disabled by NSWindowResizeTime -float 0.001
defaults write -g NSDocumentRevisionsWindowTransformAnimation -bool false
# showing a toolbar or menu bar in full screen
defaults write -g NSToolbarFullScreenAnimationDuration -float 0
# scrolling column views
defaults write -g NSBrowserColumnAnimationSpeedMultiplier -float 0
# showing the Dock
defaults write com.apple.dock autohide-time-modifier -float 0
defaults write com.apple.dock autohide-delay -float 0
# showing and hiding Mission Control, command+numbers
defaults write com.apple.dock expose-animation-duration -float 0
# showing and hiding Launchpad
defaults write com.apple.dock springboard-show-duration -float 0
defaults write com.apple.dock springboard-hide-duration -float 0
# changing pages in Launchpad
defaults write com.apple.dock springboard-page-duration -float 0
# at least AnimateInfoPanes
defaults write com.apple.finder DisableAllAnimations -bool true
# sending messages and opening windows for replies
defaults write com.apple.Mail DisableSendAnimations -bool true
defaults write com.apple.Mail DisableReplyAnimations -bool true
यदि आप शीर्ष उत्तर में दिखाए गए प्रत्येक कमांड को कॉपी-पेस्ट नहीं करना चाहते हैं, तो बस इस टेक्स्ट का चयन करें, इसे टर्मिनल पर कॉपी-पेस्ट करें और एंटर दबाएं (यह एक बार स्क्रॉल किए बिना सभी कमांड निष्पादित करेगा)
defaults write -g NSAutomaticWindowAnimationsEnabled -bool false
defaults write -g NSScrollAnimationEnabled -bool false
defaults write -g NSWindowResizeTime -float 0.001
defaults write -g QLPanelAnimationDuration -float 0
defaults write -g NSScrollViewRubberbanding -bool false
defaults write -g NSDocumentRevisionsWindowTransformAnimation -bool false
defaults write -g NSToolbarFullScreenAnimationDuration -float 0
defaults write -g NSBrowserColumnAnimationSpeedMultiplier -float 0
defaults write com.apple.dock autohide-time-modifier -float 0
defaults write com.apple.dock autohide-delay -float 0
defaults write com.apple.dock expose-animation-duration -float 0
defaults write com.apple.dock springboard-show-duration -float 0
defaults write com.apple.dock springboard-hide-duration -float 0
defaults write com.apple.dock springboard-page-duration -float 0
defaults write com.apple.finder DisableAllAnimations -bool true
defaults write com.apple.Mail DisableSendAnimations -bool true
defaults write com.apple.Mail DisableReplyAnimations -bool true
परिवर्तनों को पूर्ववत करने के लिए, इसे टर्मिनल में पेस्ट करें:
defaults delete -g NSAutomaticWindowAnimationsEnabled
defaults delete -g NSScrollAnimationEnabled
defaults delete -g NSWindowResizeTime
defaults delete -g QLPanelAnimationDuration
defaults delete -g NSScrollViewRubberbanding
defaults delete -g NSDocumentRevisionsWindowTransformAnimation
defaults delete -g NSToolbarFullScreenAnimationDuration
defaults delete -g NSBrowserColumnAnimationSpeedMultiplier
defaults delete com.apple.dock autohide-time-modifier
defaults delete com.apple.dock autohide-delay
defaults delete com.apple.dock expose-animation-duration
defaults delete com.apple.dock springboard-show-duration
defaults delete com.apple.dock springboard-hide-duration
defaults delete com.apple.dock springboard-page-duration
defaults delete com.apple.finder DisableAllAnimations
defaults delete com.apple.Mail DisableSendAnimations
defaults delete com.apple.Mail DisableReplyAnimations
मैक ओएस एक्स में डायलॉग बॉक्स भी होते हैं, जैसे 'सेव अस बॉक्स' (सीएमडी + SHIFT + S) या 'प्रिंट' बॉक्स (सीएमडी + पी)। आप इन कमांडों का उपयोग करके उन सभी बॉक्सों की गति को ट्विक कर सकते हैं:
त्वरित:
defaults write NSGlobalDomain NSWindowResizeTime .001
फास्ट:
defaults write NSGlobalDomain NSWindowResizeTime .1
डिफ़ॉल्ट (0.2 सेकंड):
defaults delete NSGlobalDomain NSWindowResizeTime
1 = 1 सेकंड। अंतर देखने के लिए आपको टर्मिनल जैसे ऐप को फिर से लॉन्च करना होगा और उदाहरण के लिए CMD + S ('सेव') दबाकर एक डायलॉग बॉक्स बुलाना होगा। आप defaults-write.com में अधिक कमांड-लाइन ट्विक्स पा सकते हैं
defaults read -g NSWindowResizeTime
प्रिंट्स 0.001
(मेरे मामले में) को करके आपके पास मुद्रित डिफॉल्ट हो सकते हैं । defaults
टर्मिनल में मदद चलाने के लिए। मैं अपने जवाब को कॉपी-पेस्ट सूची के साथ अपडेट कर रहा हूं जो कि सब कुछ चूक के लिए वापस कर देगा। दुनिया छोटी है, क्या यह वचगन नहीं है? :)
ओएस एक्स में हर जगह एनीमेशन है , और एक वैश्विक सेटिंग के साथ सभी एनीमेशन को अक्षम करना संभव नहीं है , जो पूरी तरह से जवाब देने के लिए यह एक बहुत ही जटिल प्रश्न है।
मैं आपको सलाह दूंगा कि आप एक बार में चीजों को अक्षम करने का प्रयास करें क्योंकि आपको ऐसे एनिमेशन मिलते हैं जो आपको परेशान करते हैं। शुरू करने के लिए सिस्टम वरीयताएँ जांचें। उदाहरण के लिए, डॉक आवर्धन एनीमेशन को सिस्टम वरीयता -> डॉक में बंद किया जा सकता है।
इसके अलावा, टिंकरटूल देखें , जो आपको निम्नलिखित करने की अनुमति देता है:
यदि कोई ऐसा एनीमेशन है जो वास्तव में आपको परेशान करता है और आप इसका पता नहीं लगा सकते हैं कि इसे कैसे निष्क्रिय किया जाए, तो उस विशिष्ट मुद्दे के लिए Ask अलग पर यहां एक अलग प्रश्न पोस्ट करने का प्रयास करें - आपको एक तेज़ और सटीक प्रतिक्रिया मिलेगी। (और एक अच्छा साइड इफेक्ट के रूप में, आप और आपकी मदद करने वाले लोग दोनों इस तरह से और अधिक आय अर्जित करेंगे।)
उपरोक्त उत्तरों के अलावा, आप सीक्रेट का भी उपयोग कर सकते हैं । राज एक खुला स्रोत है PrefPane जो आपको अपने मैक पर सभी प्रकार के कार्यक्रमों के लिए सभी प्रकार के छिपे हुए विकल्पों को सेट करने देता है।
अद्यतन : मुख्य साइट नीचे है और परियोजना मृत लग रही है। यदि आप अभी भी वैनिला संस्करण का उपयोग करना चाहते हैं तो यहां Google कोड पुरालेख है।
यदि आप टर्मिनल से सावधान हैं, तो माउंटेन ट्वीक्स , बंद करने, चालू करने और अन्यथा शेर और माउंटेन शेर के व्यवहार को मोड़ने के लिए एक और सहायक जीयूआई है।
यह उत्तर , एक शेल स्क्रिप्ट के रूप में लिपटा हुआ है जो आपको राज्यों के बीच टॉगल करने की अनुमति देता है।
$ animations_osx.sh
animations disabled - reboot may be required
$ animations_osx.sh
animations enabled - reboot may be required
$ animations_osx.sh OFF
animations disabled - reboot may be required
$ animations_osx.sh ON
animations enabled - reboot may be required
FILE=/tmp/__ez_file_$(date +%s)
function show_help()
{
IT=$(CAT <<EOF
usage: {ON|OFF}
enables or disables animations in osx.
if you don't pass any arguments, it'll toggle between enabled and disabled.
e.g.
ON => All animations are enabled
OFF => All animations are disabled
)
echo "$IT"
exit
}
if [ "$1" == "help" ]
then
show_help
fi
# returns the opposite of the current state for easy toggling
function getNewState()
{
defaults read com.apple.dock expose-animation-duration &> $FILE
VAL=$(cat $FILE)
rm $FILE
if [ "$VAL" == "0" ]
then
echo "ON"
else
echo "OFF"
fi
}
if [ -z "$1" ]
then
OP=$(getNewState)
else
OP=$1
fi
if [ "$OP" == "OFF" ]
then
defaults write -g NSAutomaticWindowAnimationsEnabled -bool false
defaults write -g NSScrollAnimationEnabled -bool false
defaults write -g NSWindowResizeTime -float 0.001
defaults write -g QLPanelAnimationDuration -float 0
defaults write -g NSScrollViewRubberbanding -bool false
defaults write -g NSDocumentRevisionsWindowTransformAnimation -bool false
defaults write -g NSToolbarFullScreenAnimationDuration -float 0
defaults write -g NSBrowserColumnAnimationSpeedMultiplier -float 0
defaults write com.apple.dock autohide-time-modifier -float 0
defaults write com.apple.dock autohide-delay -float 0
defaults write com.apple.dock expose-animation-duration -float 0
defaults write com.apple.dock springboard-show-duration -float 0
defaults write com.apple.dock springboard-hide-duration -float 0
defaults write com.apple.dock springboard-page-duration -float 0
defaults write com.apple.finder DisableAllAnimations -bool true
defaults write com.apple.Mail DisableSendAnimations -bool true
defaults write com.apple.Mail DisableReplyAnimations -bool true
echo "animations disabled - reboot may be required"
exit;
fi
if [ "$OP" == "ON" ]
then
defaults delete -g NSAutomaticWindowAnimationsEnabled &> $FILE
defaults delete -g NSScrollAnimationEnabled &> $FILE
defaults delete -g NSWindowResizeTime &> $FILE
defaults delete -g QLPanelAnimationDuration &> $FILE
defaults delete -g NSScrollViewRubberbanding &> $FILE
defaults delete -g NSDocumentRevisionsWindowTransformAnimation &> $FILE
defaults delete -g NSToolbarFullScreenAnimationDuration &> $FILE
defaults delete -g NSBrowserColumnAnimationSpeedMultiplier &> $FILE
defaults delete com.apple.dock autohide-time-modifier &> $FILE
defaults delete com.apple.dock autohide-delay &> $FILE
defaults delete com.apple.dock expose-animation-duration &> $FILE
defaults delete com.apple.dock springboard-show-duration &> $FILE
defaults delete com.apple.dock springboard-hide-duration &> $FILE
defaults delete com.apple.dock springboard-page-duration &> $FILE
defaults delete com.apple.finder DisableAllAnimations &> $FILE
defaults delete com.apple.Mail DisableSendAnimations &> $FILE
defaults delete com.apple.Mail DisableReplyAnimations &> $FILE
rm $FILE
echo "animations enabled - reboot may be required"
exit;
fi
show_help