bug和动画效果修改

This commit is contained in:
yangjing 2022-02-15 12:43:25 +08:00
parent 96794d4853
commit 7c79fa182e
3 changed files with 4 additions and 4 deletions

View File

@ -84,9 +84,9 @@ public class LevelCell : MonoBehaviour
mImgComingSoon.rectTransform.localScale = Vector3.zero;
mImgComingSoon.rectTransform.DOKill();
mImgComingSoon.rectTransform.DOScale(1, 0.3f).SetEase(Ease.OutBounce);
mImgComingSoon.rectTransform.DOScale(1, 0.5f).SetEase(Ease.OutBounce);
mImgComingSoon.DOKill();
mImgComingSoon.DOFade(0, 0.3f).SetDelay(0.8f);
mImgComingSoon.DOFade(0, 0.5f).SetDelay(2f);
}
}

View File

@ -73,7 +73,7 @@ public abstract class PageView : MonoBehaviour, IBeginDragHandler, IEndDragHandl
startTime = 0;
stopMove = false;
OnReachEdge?.Invoke();
OnScrollPage?.Invoke();
}
else
{

View File

@ -61,7 +61,7 @@ MonoBehaviour:
_consoleAlignment: 0
_triggerPosition: 1
_maximumConsoleEntries: 1500
_enableEventSystemCreation: 1
_enableEventSystemCreation: 0
_automaticShowCursor: 1
_uiScale: 1
_unloadOnClose: 0