event AddToCartBlink
{
 animate CartButton bgcolor "Button.BgColor" linear 0.0 0.01
 animate CartButton bgcolor "255 150 0 255" linear 0.1 0.01

 animate CartButton bgcolor "Button.BgColor" linear 0.2 0.01
 animate CartButton bgcolor "255 150 0 255" linear 0.3 0.01

 animate CartButton bgcolor "Button.BgColor" linear 0.4 0.01
 animate CartButton bgcolor "255 150 0 255" linear 0.5 0.01

 animate CartButton bgcolor "Button.BgColor" linear 0.6 0.01
 animate CartButton bgcolor "255 150 0 255" linear 0.7 0.01

 animate CartButton bgcolor "Button.BgColor" linear 0.8 0.01
 animate CartButton bgcolor "255 150 0 255" linear 0.9 0.01

 animate CartButton bgcolor "Button.BgColor" linear 1.0 0.01
}

event HasMOTDBlink
{
}

event SurveyShowSequence
{
 RunEventChild Survey SurveyDelete 0
}

event QuestMap_Start
{
 FireCommand 0 "switch_off"
 FireCommand 0 "switch_on"
}

event CasualCategory_NotSelected
{
 animate Shade bgcolor "0 0 0 200" deaccel 0 0.2
 animate Title fgcolor TFTanDark deaccel 0 0.2
}

event QuestMapIntro_ShowStage
{
 animate IntroDesc fgcolor TFTanDark linear 0 0.4
}

event QuestMapIntro_StageReveal
{
 animate StageDesc xpos 300 linear 0 0 
 animate StageDesc alpha 0 linear 0 0 
 animate StageDesc fgcolor TFTanDark linear 0 0

 animate StageDesc xpos 270 deaccel 0 0.4
 animate StageDesc alpha 255 bias 0.3 0 0.4 
 animate StageDesc fgcolor TanLight linear 0.4 0.4
}

event HasNotificationsBlink
{
 animate Notifications_ShowButtonPanel_SB alpha "0" linear 0.0 0.3
 animate Notifications_ShowButtonPanel_SB alpha "255" linear 0.3 0.3

 animate Notifications_ShowButtonPanel_SB alpha "255" linear 1.2 0.1

 runevent NotificationsPresentBlink 2.0
}

event NotificationsPresentBlink
{
 animate NotificationsPresentPanel alpha "0" linear 0.0 0.3
 animate NotificationsPresentPanel alpha "255" linear 0.3 0.3

 animate NotificationsPresentPanel alpha "255" linear 1.2 0.1

 runevent NotificationsPresentBlinkLoop 2.0
}