tukui-org / ElvUI

User Interface replacement AddOn for World of Warcraft.
https://tukui.org
Other
399 stars 137 forks source link

Paused portrait still animates. #1124

Closed dailytabs closed 7 months ago

dailytabs commented 7 months ago

Troubleshooting Steps

13.52

Describe the expected behavior and what actually happened?

Player portrait, 3d, pause. Shadow priest, shadowform effects are still moving.

Can't just cache a pic?

Reproducing the issue.

No response

Lua Errors

No response

Verification Steps

1Botanica1 commented 7 months ago

Please go through the troubleshooting steps https://github.com/tukui-org/ElvUI/wiki/troubleshoot

Repooc commented 7 months ago

To add to this, no the option paused, is for 3d model, so no there is no "pic" to cache. SetPaused is used on the element which is a blizzard api that just stops the model from doing actions (like walking, running, and so on...). ElvUI does not control what is not animated/moving when using their api.