r-thomson / Nightfall

A macOS menu bar utility for quickly toggling dark mode, written in Swift.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Smooth transition not visible in latest master

etrahretep opened this issue · comments

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

.

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

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...

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.

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