r-thomson / Nightfall

A macOS menu bar utility for quickly toggling dark mode, written in Swift.
MIT License
507 stars 13 forks source link

Smooth transition not visible in latest master #19

Closed etrahretep closed 2 years ago

etrahretep commented 2 years ago

When building latest master changing smooth transition values is not possible. There not shown, although screen recording is permitted. Xcode 13.2.1 Macos 12.2 (21D48)

Schermafbeelding 2022-01-23 om 15 15 12

.

r-thomson commented 2 years ago

Is the transition itself not working, or is it just adjusting the timing values?

etrahretep commented 2 years ago

It doesn't seem to remember the old values (0,3/3). There is a very little delay compared to Smooth transitions unchecked. Adjusting timing is not possible for there's nothing to adjust...

r-thomson commented 2 years ago

The version on master is using a private system API for the transition. This API uses the minimum possible delay based on how long it takes all the apps to switch over, but the timing values can't be adjusted.

etrahretep commented 2 years ago

Ah, oke that's why. Pity, for I liked the looong transition.