FelixKratz / SketchyBar

A highly customizable macOS status bar replacement
https://felixkratz.github.io/SketchyBar/
GNU General Public License v3.0
6.23k stars 94 forks source link

Cannot animate popup properties #252

Closed crissNb closed 2 years ago

crissNb commented 2 years ago

I've tried the following command: sketchybar --animate sin 30 --set mypopup popup.height=50

The height of the popup changes to 50 instantly without using the animation curve. It seems like I'm unable to animate other popup properties as well (I've tried popup.y_offset).

FelixKratz commented 2 years ago

I forgot to implement the animations for popups when I designed the animation system. It is possible to animate those properties now.