Skip to content

LoopType.Yoyo work as LoopType.Restart #390

Description

@ShadowTM

Hi! I use async version DoTween 1.2.365 anf have problem in this code:

_tweener = element.transform.DOScale(new Vector3(1.25f, 1.25f, 1.25f), 0.5f)
.SetLoops(-1, LoopType.Yoyo)
.Play();

LoopType.Yoyo working as LoopType.Restart. What is the problem?

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions