Skip to content

Issue with the default ease #148

Discussion options

You must be logged in to vote

Hey! Yes, there couple of reasons why the defaultEase is not Linear:

  1. Linear doesn't look good in most cases because linear motion is not natural. Meaning that things typically have acceleration and deceleration when they move.
  2. OutQuad looks good and its formula is very performant: -t * (t - 2).
  3. DOTween also uses OutQuad as the default easing curve, so having the same default value is familiar to users and simplifies migration to PrimeTween.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by KyryloKuzyk
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #147 on March 26, 2025 07:58.