- 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:531 --
self:AcquireAndApplyAnimationTimeline(ZO_CROWN_CRATES_ANIMATION_PRIMARY_DEAL, self.control, TrackPrimaryDealComplete)
- ingame/crowncrates/crowncratespackopening.lua:559 --
self:AcquireAndApplyAnimationTimeline(ZO_CROWN_CRATES_ANIMATION_BONUS_DEAL, self.control, TrackBonusDealComplete)
- ingame/crowncrates/crowncratespackopening.lua:589 --
self:AcquireAndApplyAnimationTimeline(ZO_CROWN_CRATES_ANIMATION_BONUS_DEAL_GLOW, self.cardGlowTextureControl)
- ingame/crowncrates/crowncratespackopening.lua:602 --
self:AcquireAndApplyAnimationTimeline(ZO_CROWN_CRATES_ANIMATION_BONUS_SLIDE, self.control)
- ingame/crowncrates/crowncratespackopening.lua:708 --
self:AcquireAndApplyAnimationTimeline(ZO_CROWN_CRATES_ANIMATION_MYSTERY_SELECTED, self.control)
- ingame/crowncrates/crowncratespackopening.lua:724 --
self:AcquireAndApplyAnimationTimeline(ZO_CROWN_CRATES_ANIMATION_MYSTERY_SELECT, self.control, AnimationOnStop)
- ingame/crowncrates/crowncratespackopening.lua:729 --
self:AcquireAndApplyAnimationTimeline(ZO_CROWN_CRATES_ANIMATION_MYSTERY_SELECTED_GLOW, self.cardGlowTextureControl)
- ingame/crowncrates/crowncratespackopening.lua:745 --
self:AcquireAndApplyAnimationTimeline(ZO_CROWN_CRATES_ANIMATION_MYSTERY_DESELECT, self.control, AnimationOnStop)
- ingame/crowncrates/crowncratespackopening.lua:755 --
self:AcquireAndApplyAnimationTimeline(ZO_CROWN_CRATES_ANIMATION_MYSTERY_SELECTED_GLOW, self.cardGlowTextureControl)
- ingame/crowncrates/crowncratespackopening.lua:834 --
self:AcquireAndApplyAnimationTimeline(ZO_CROWN_CRATES_ANIMATION_REVEAL, self.control, AnimationOnStop)
- ingame/crowncrates/crowncratespackopening.lua:884 --
self:AcquireAndApplyAnimationTimeline(ZO_CROWN_CRATES_ANIMATION_GEMIFY_CARD, self.control, AnimationOnStop)
- ingame/crowncrates/crowncratespackopening.lua:911 --
self:AcquireAndApplyAnimationTimeline(ZO_CROWN_CRATES_ANIMATION_GEMIFY_COLOR_TINT, self.colorFlashOverlayTextureControl)
- ingame/crowncrates/crowncratespackopening.lua:932 --
self:AcquireAndApplyAnimationTimeline(ZO_CROWN_CRATES_ANIMATION_GEMIFY_SINGLE_GEM_GAIN, nextSingleGem, animationOnStopHandler)
- ingame/crowncrates/crowncratespackopening.lua:963 --
self:AcquireAndApplyAnimationTimeline(ZO_CROWN_CRATES_ANIMATION_GEMIFY_FINAL_GEM, finalGem, AnimationOnStop)
- ingame/crowncrates/crowncratespackopening.lua:979 --
self:AcquireAndApplyAnimationTimeline(ZO_CROWN_CRATES_ANIMATION_GEMIFY_CROWN_GEM_TEXT, gemGainLabel, function() self.gemGainLabelPool:ReleaseObject(gemGainLabelKey) end)
- ingame/crowncrates/crowncratespackopening.lua:991 --
self:AcquireAndApplyAnimationTimeline(ZO_CROWN_CRATES_ANIMATION_REVEALED_SELECTED_GLOW, self.cardGlowTextureControl)
- ingame/crowncrates/crowncratespackopening.lua:1001 --
self:AcquireAndApplyAnimationTimeline(ZO_CROWN_CRATES_ANIMATION_REVEALED_SELECTED_GLOW, self.cardGlowTextureControl)
- ingame/crowncrates/crowncratespackopening.lua:1014 --
self:AcquireAndApplyAnimationTimeline(ZO_CROWN_CRATES_ANIMATION_CARD_SHOW_INFO, self.nameAreaControl)
- ingame/crowncrates/crowncratespackopening.lua:1021 --
self:AcquireAndApplyAnimationTimeline(ZO_CROWN_CRATES_ANIMATION_CARD_SHOW_INFO, self.rewardTypeAreaControl)
- ingame/crowncrates/crowncratespackopening.lua:1031 --
self:AcquireAndApplyAnimationTimeline(ZO_CROWN_CRATES_ANIMATION_CARD_HIDE_INFO, self.nameAreaControl)
- ingame/crowncrates/crowncratespackopening.lua:1037 --
self:AcquireAndApplyAnimationTimeline(ZO_CROWN_CRATES_ANIMATION_CARD_HIDE_INFO, self.rewardTypeAreaControl)
- ingame/crowncrates/crowncratespackopening.lua:1056 --
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)