Glass icon indicating copy to clipboard operation
Glass copied to clipboard

Fix animations when switching between chat tabs

Open mixxorz opened this issue 4 years ago • 1 comments

Currently, when the tab switches and the other chat frame appears, messages appear as if they've only just arrived (they slide up). Instead, they should just fade in. Moreover, the current chat frame should fade out while the other fades in.

mixxorz avatar Aug 02 '20 16:08 mixxorz

A possible way to address this would be to replace the OnUpdate handler on SlidingMessageFrame to use NewTicker instead. This way, updates to the frame are handled even if the frame is hidden.

While doing this ticket, we should also make it so that when a chat tab is clicked, its hidden messages become visible.

mixxorz avatar Sep 07 '20 07:09 mixxorz