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