Skip to main content
added 352 characters in body
Source Link
Daniel Kaplan
  • 3.2k
  • 2
  • 21
  • 32

I found this cool website for game development and it has a list of easing functions:

enter image description here

Although the site contains a description of what they're for, it goes over my head. What are easing functions and what are they used for?

Update

I found a better example of the functions themselves from Phaser.io's source code. These functions are much simpler than the answers here would suggest. They only take one parameter, k. As part of the answer, I'd like to know how to use these.

I found this cool website for game development and it has a list of easing functions:

enter image description here

Although the site contains a description of what they're for, it goes over my head. What are easing functions and what are they used for?

I found this cool website for game development and it has a list of easing functions:

enter image description here

Although the site contains a description of what they're for, it goes over my head. What are easing functions and what are they used for?

Update

I found a better example of the functions themselves from Phaser.io's source code. These functions are much simpler than the answers here would suggest. They only take one parameter, k. As part of the answer, I'd like to know how to use these.

Tweeted twitter.com/#!/StackGameDev/status/459068170704551937
Source Link
Daniel Kaplan
  • 3.2k
  • 2
  • 21
  • 32

What are easing functions?

I found this cool website for game development and it has a list of easing functions:

enter image description here

Although the site contains a description of what they're for, it goes over my head. What are easing functions and what are they used for?