eww: [BUG] Sliding animations don't work with revealer
Describe the bug
All slide animations just don’t work with the reveler widget, however, the fade animation works.
Reproducing the issue
- Use this config
<eww>
<windows>
<window name="bar_window" stacking="fg" focusable="false">
<geometry anchor="top left" x="0px" y="0px" width="100%" height="48px"/>
<reserve side="left" distance="50px"/>
<widget>
<revealer transition="slideright" duration="1s" reveal="{{show}}">
<box hexpand="false">
<label text="lolololololol"/>
</box>
</revealer>
</widget>
</window>
</windows>
</eww>
eww daemoneww open bar_windoweww update show=trueAs you can see the label shows instantly and without animationeww update show=falseAs you can see the label hides abruptly after 1 second and without animation
Expected behaviour
I expect the sliding animations to work.
About this issue
- Original URL
- State: open
- Created 3 years ago
- Comments: 18 (14 by maintainers)
no, but you can make the revealer be at the root of your window. In that case, the revealer being hidden pretty much means that the window is hidden