🎮 Unity 개발/Unity
Unity DoTween UI 애니메이션
gameuiux
2023. 8. 23. 03:23
728x90
반응형
트윈 애니메이션
연출을 보여줄 대상을 시스템이 내부적으로 적절하게 연산하는 과정을 거친 후
그 결과를 연속적으로 디스플레이 하는 것이다.
DoTween을 사용한 UI 애니메이션
UI 애니메이션을 키프레임으로 하나하나 연출하지 않고
애니메이션을 보여줄 오브젝트와 원하는 애니메이션 방식만 지정하면
특정 애니메이션을 연속적으로 디스플레이하며 간편하게 애니메이션 효과를 보여줄 수 있다.
예시
이동, 회전, 확대/축소, 색상

도큐먼트
https://dotween.demigiant.com/documentation.php
DOTween - Documentation
Nomenclature Tweener A tween that takes control of a value and animates it. Sequence A special tween that, instead of taking control of a value, takes control of other tweens and animates them as a group. Tween A generic word that indicates both a Tweener
dotween.demigiant.com
728x90
반응형