[macviews] shift key doesn't slow down animations |
||||||
Issue descriptionWhat steps will reproduce the problem? 1. keep shift pressed while hitting e.g. the new tab button, or a tab's close button What is the expected result? new tab or close tab animation plays in slomo. (compare e.g. with shift-clicking the minimize button of any window, or with non-mac-views) What happens instead of that? It doesn't. Not super important, but useful for debugging animations, and as a system integration polish thing.
,
Apr 26 2018
Over to sdy@ :)
,
Jul 12
,
Jul 12
,
Aug 13
,
Aug 14
I agree this would be cool, but Apple (half-) removed the slow-down effect in 10.13 https://apple.stackexchange.com/questions/303106/how-to-enable-slow-genie-effect-in-macos-10-13-high-sierra Note we already have kSlowDurationScaleMultiplier in layer_animation_element.cc -- adding some mac-specific code to LayerAnimationElement::GetEffectiveDuration() that just checked for `shift` in +[NSEvent modifierFlags] - https://developer.apple.com/documentation/appkit/nsevent/1535211-modifierflags?language=objc - would be pretty straightforward... but it would only affect layer-backed animations, not ones implemented with redraw via gfx::Animation (we should kill all those animations anyway)
,
Nov 21
***Mass UI Triage*** As per dev comments. |
||||||
►
Sign in to add a comment |
||||||
Comment 1 by meh...@chromium.org
, Apr 25 2018Labels: Proj-MacViews