- ingame/crowncrates/crowncratespackchoosing.lua:363 --
self:AcquireAndApplyAnimationTimeline(ZO_CROWN_CRATES_ANIMATION_PACK_SHOW, self.control, function(timeline, completedPlaying)
if completedPlaying then
self.owner:OnManifestPackInComplete()
--Mouse input on the crate is not enabled until it is finished showing. This will prevent the case where the mouse enters the
--crate and then exits it again as it flips and then enters once more but we suppress the enter because of the bounce prevention logic.
self:SetPackMouseEnabled(true)
end
end)
- ingame/crowncrates/crowncratespackchoosing.lua:390 --
self:AcquireAndApplyAnimationTimeline(ZO_CROWN_CRATES_ANIMATION_PACK_SHOW_FROM_SIDE, self.control, function(timeline, completedPlaying)
if completedPlaying then
self.owner:OnManifestPackInComplete()
--Mouse input on the crate is not enabled until it is finished showing. This will prevent the case where the mouse enters the
--crate and then exits it again as it flips and then enters once more but we suppress the enter because of the bounce prevention logic.
self:SetPackMouseEnabled(true)
end
end)
- ingame/crowncrates/crowncratespackchoosing.lua:417 --
self:AcquireAndApplyAnimationTimeline(ZO_CROWN_CRATES_ANIMATION_PACK_GLOW)
- ingame/crowncrates/crowncratespackchoosing.lua:428 --
self:AcquireAndApplyAnimationTimeline(ZO_CROWN_CRATES_ANIMATION_PACK_GLOW)
- ingame/crowncrates/crowncratespackchoosing.lua:438 --
self:AcquireAndApplyAnimationTimeline(ZO_CROWN_CRATES_ANIMATION_PACK_SELECT, self.control, function(timeline, completedPlaying)
if completedPlaying then
self.visuallySelected = true
if not self:IsSelected() then
self:StartDeselectAnimation()
end
end
end)
- ingame/crowncrates/crowncratespackchoosing.lua:470 --
self:AcquireAndApplyAnimationTimeline(ZO_CROWN_CRATES_ANIMATION_PACK_DESELECT, self.control, function(timeline, completedPlaying)
self.visuallySelected = false
if completedPlaying then
if self:IsSelected() then
self:StartSelectAnimation()
end
end
end)
- ingame/crowncrates/crowncratespackchoosing.lua:501 --
self:AcquireAndApplyAnimationTimeline(ZO_CROWN_CRATES_ANIMATION_PACK_SHOW_INFO, self.infoControl)
- ingame/crowncrates/crowncratespackchoosing.lua:510 --
self:AcquireAndApplyAnimationTimeline(ZO_CROWN_CRATES_ANIMATION_PACK_HIDE_INFO, self.infoControl)
- ingame/crowncrates/crowncratespackchoosing.lua:521 --
self:AcquireAndApplyAnimationTimeline(ZO_CROWN_CRATES_ANIMATION_PACK_HIDE, self.control, function(timeline, completedPlaying)
if completedPlaying then
self.owner:OnManifestPackOutComplete()
end
end)
- ingame/crowncrates/crowncratespackchoosing.lua:545 --
self:AcquireAndApplyAnimationTimeline(ZO_CROWN_CRATES_ANIMATION_PACK_HIDE_AND_EXIT_SIDE, self.control, function(timeline, completedPlaying)
if completedPlaying then
self.owner:OnManifestPackOutComplete()
end
end)
- ingame/crowncrates/crowncratespackchoosing.lua:570 --
self:AcquireAndApplyAnimationTimeline(ZO_CROWN_CRATES_ANIMATION_PACK_CHOOSE, self.control, function(timeline, completedPlaying)
if completedPlaying then
self.owner:OnManifestPackOutComplete()
end
end)
- ingame/crowncrates/crowncratespackchoosing.lua:591 --
self:AcquireAndApplyAnimationTimeline(ZO_CROWN_CRATES_ANIMATION_PACK_OPEN, self.box.lid)
- ingame/crowncrates/crowncratespackopening.lua:539 --
self:AcquireAndApplyAnimationTimeline(ZO_CROWN_CRATES_ANIMATION_PRIMARY_DEAL, self.control, TrackPrimaryDealComplete)
- ingame/crowncrates/crowncratespackopening.lua:567 --
self:AcquireAndApplyAnimationTimeline(ZO_CROWN_CRATES_ANIMATION_BONUS_DEAL, self.control, TrackBonusDealComplete)
- ingame/crowncrates/crowncratespackopening.lua:597 --
self:AcquireAndApplyAnimationTimeline(ZO_CROWN_CRATES_ANIMATION_BONUS_DEAL_GLOW, self.cardGlowTextureControl)
- ingame/crowncrates/crowncratespackopening.lua:610 --
self:AcquireAndApplyAnimationTimeline(ZO_CROWN_CRATES_ANIMATION_BONUS_SLIDE, self.control)
- ingame/crowncrates/crowncratespackopening.lua:716 --
self:AcquireAndApplyAnimationTimeline(ZO_CROWN_CRATES_ANIMATION_MYSTERY_SELECTED, self.control)
- ingame/crowncrates/crowncratespackopening.lua:732 --
self:AcquireAndApplyAnimationTimeline(ZO_CROWN_CRATES_ANIMATION_MYSTERY_SELECT, self.control, AnimationOnStop)
- ingame/crowncrates/crowncratespackopening.lua:737 --
self:AcquireAndApplyAnimationTimeline(ZO_CROWN_CRATES_ANIMATION_MYSTERY_SELECTED_GLOW, self.cardGlowTextureControl)
- ingame/crowncrates/crowncratespackopening.lua:753 --
self:AcquireAndApplyAnimationTimeline(ZO_CROWN_CRATES_ANIMATION_MYSTERY_DESELECT, self.control, AnimationOnStop)
- ingame/crowncrates/crowncratespackopening.lua:763 --
self:AcquireAndApplyAnimationTimeline(ZO_CROWN_CRATES_ANIMATION_MYSTERY_SELECTED_GLOW, self.cardGlowTextureControl)
- ingame/crowncrates/crowncratespackopening.lua:843 --
self:AcquireAndApplyAnimationTimeline(ZO_CROWN_CRATES_ANIMATION_REVEAL, self.control, AnimationOnStop)
- ingame/crowncrates/crowncratespackopening.lua:893 --
self:AcquireAndApplyAnimationTimeline(ZO_CROWN_CRATES_ANIMATION_GEMIFY_CARD, self.control, AnimationOnStop)
- ingame/crowncrates/crowncratespackopening.lua:920 --
self:AcquireAndApplyAnimationTimeline(ZO_CROWN_CRATES_ANIMATION_GEMIFY_COLOR_TINT, self.colorFlashOverlayTextureControl)
- ingame/crowncrates/crowncratespackopening.lua:941 --
self:AcquireAndApplyAnimationTimeline(ZO_CROWN_CRATES_ANIMATION_GEMIFY_SINGLE_GEM_GAIN, nextSingleGem, animationOnStopHandler)
- ingame/crowncrates/crowncratespackopening.lua:973 --
self:AcquireAndApplyAnimationTimeline(ZO_CROWN_CRATES_ANIMATION_GEMIFY_FINAL_GEM, finalGem, AnimationOnStop)
- ingame/crowncrates/crowncratespackopening.lua:989 --
self:AcquireAndApplyAnimationTimeline(ZO_CROWN_CRATES_ANIMATION_GEMIFY_CROWN_GEM_TEXT, gemGainLabel, function() self.gemGainLabelPool:ReleaseObject(gemGainLabelKey) end)
- ingame/crowncrates/crowncratespackopening.lua:1001 --
self:AcquireAndApplyAnimationTimeline(ZO_CROWN_CRATES_ANIMATION_REVEALED_SELECTED_GLOW, self.cardGlowTextureControl)
- ingame/crowncrates/crowncratespackopening.lua:1012 --
self:AcquireAndApplyAnimationTimeline(ZO_CROWN_CRATES_ANIMATION_REVEALED_SELECTED_GLOW, self.cardGlowTextureControl)
- ingame/crowncrates/crowncratespackopening.lua:1026 --
self:AcquireAndApplyAnimationTimeline(ZO_CROWN_CRATES_ANIMATION_CARD_SHOW_INFO, self.nameAreaControl)
- ingame/crowncrates/crowncratespackopening.lua:1033 --
self:AcquireAndApplyAnimationTimeline(ZO_CROWN_CRATES_ANIMATION_CARD_SHOW_INFO, self.rewardTypeAreaControl)
- ingame/crowncrates/crowncratespackopening.lua:1043 --
self:AcquireAndApplyAnimationTimeline(ZO_CROWN_CRATES_ANIMATION_CARD_HIDE_INFO, self.nameAreaControl)
- ingame/crowncrates/crowncratespackopening.lua:1049 --
self:AcquireAndApplyAnimationTimeline(ZO_CROWN_CRATES_ANIMATION_CARD_HIDE_INFO, self.rewardTypeAreaControl)
- ingame/crowncrates/crowncratespackopening.lua:1068 --
self:AcquireAndApplyAnimationTimeline(ZO_CROWN_CRATES_ANIMATION_LEAVE, self.control, AnimationOnStop)
- ingame/crowncrates/crowngemificationslot.lua:67 --
self:AcquireAndApplyAnimationTimeline(ZO_CROWN_CRATES_ANIMATION_MANUAL_GEMIFY_SET, self.control)