parent
ba42282cc3
commit
d00d3e803c
|
@ -314,7 +314,7 @@ function SecTorPlayAnimByScroll(scroll,_scale)
|
|||
end
|
||||
scroll:ForeachItemGO(function (index, go)
|
||||
Timer.New(function ()
|
||||
-- go.gameObject:SetActive(true)
|
||||
go.gameObject:SetActive(true)
|
||||
PlayUIAnim(go.gameObject)
|
||||
end, scale*(index-1)):Start()
|
||||
end)
|
||||
|
|
|
@ -413,10 +413,10 @@ function this:RefreshItemList(isTop)
|
|||
if isTop then
|
||||
self.ScrollView:SetIndex(1)
|
||||
end
|
||||
if isPlayShow then
|
||||
SecTorPlayAnimByScroll(self.ScrollView,0.03)
|
||||
isPlayShow = false
|
||||
end
|
||||
-- if isPlayShow then
|
||||
-- -- SecTorPlayAnimByScroll(self.ScrollView, 0.03)
|
||||
-- isPlayShow = false
|
||||
-- end
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in New Issue