View Single Post
09/01/19, 06:16 AM   #2
Baertram
Super Moderator
 
Baertram's Avatar
WoWInterface Super Mod
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 4,913
I can have a look if I can add something to FCOChangeStuff.

You can use this script to stop the blinking, enter it in the chat:
Code:
/script CHAT_SYSTEM.notificationPulseTimeline:Stop()
Or this to hide the texture which does this blinking, so maybe it will be hidden for all time then until reloadui

Code:
/script ZO_ChatWindowNotificationsEcho:SetHidden(true)

Unfortunately this will start to blink again as you reloadui, chnage zones, etc. So I'll have a look if I can stop the animation at these times automatically and as new notifications are incoming.
  Reply With Quote