elkowar / eww

ElKowars wacky widgets
https://elkowar.github.io/eww
MIT License
9.1k stars 376 forks source link

[BUG] `revealer` animations have a fixed frame count #463

Open Vermoot opened 2 years ago

Vermoot commented 2 years ago

Checklist before submitting an issue

Description of the bug

When using a revealer widget, animations seem to have a fixed frame count. That is, whether the animation is set to have a duration of 100ms or 5000ms, it's only gonna be 5 frames.

Reproducing the issue

Use a revealer widget, fiddle with parameters, profit.

Expected behaviour

I guess it should have a fixed framerate rather than frame count.

Additional context

No response

elkowar commented 2 years ago

Can't seem to reproduce this 👀

Vermoot commented 2 years ago

Ok so without a defined :transition property, you get the default opacity transition, which is fine, but when you specify a different :transition it'll be affected. slide-down etc do have a fixed frame count.