bug和动画效果修改
This commit is contained in:
parent
96794d4853
commit
7c79fa182e
|
@ -84,9 +84,9 @@ public class LevelCell : MonoBehaviour
|
||||||
mImgComingSoon.rectTransform.localScale = Vector3.zero;
|
mImgComingSoon.rectTransform.localScale = Vector3.zero;
|
||||||
|
|
||||||
mImgComingSoon.rectTransform.DOKill();
|
mImgComingSoon.rectTransform.DOKill();
|
||||||
mImgComingSoon.rectTransform.DOScale(1, 0.3f).SetEase(Ease.OutBounce);
|
mImgComingSoon.rectTransform.DOScale(1, 0.5f).SetEase(Ease.OutBounce);
|
||||||
|
|
||||||
mImgComingSoon.DOKill();
|
mImgComingSoon.DOKill();
|
||||||
mImgComingSoon.DOFade(0, 0.3f).SetDelay(0.8f);
|
mImgComingSoon.DOFade(0, 0.5f).SetDelay(2f);
|
||||||
}
|
}
|
||||||
}
|
}
|
|
@ -73,7 +73,7 @@ public abstract class PageView : MonoBehaviour, IBeginDragHandler, IEndDragHandl
|
||||||
startTime = 0;
|
startTime = 0;
|
||||||
stopMove = false;
|
stopMove = false;
|
||||||
|
|
||||||
OnReachEdge?.Invoke();
|
OnScrollPage?.Invoke();
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|
|
@ -61,7 +61,7 @@ MonoBehaviour:
|
||||||
_consoleAlignment: 0
|
_consoleAlignment: 0
|
||||||
_triggerPosition: 1
|
_triggerPosition: 1
|
||||||
_maximumConsoleEntries: 1500
|
_maximumConsoleEntries: 1500
|
||||||
_enableEventSystemCreation: 1
|
_enableEventSystemCreation: 0
|
||||||
_automaticShowCursor: 1
|
_automaticShowCursor: 1
|
||||||
_uiScale: 1
|
_uiScale: 1
|
||||||
_unloadOnClose: 0
|
_unloadOnClose: 0
|
||||||
|
|
Loading…
Reference in New Issue