Skip to content

s-light/slight_easing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

slight_easing

Arduino library with helpful easing functions

for a visual representation have a look at easings.net

usage

currently implemented functions

  • easeBezierBlend
  • easeLinear
  • easeQuadraticIn
  • easeQuadraticOut
  • easeQuadraticInOut
  • easeCubicIn
  • easeCubicOut
  • easeCubicInOut
  • easeQuarticIn
  • easeQuarticOut
  • easeQuarticInOut
  • easeQuinticIn
  • easeQuinticOut
  • easeQuinticInOut
  • easeSineIn
  • easeSineOut
  • easeSineInOut
  • easeCircularIn
  • easeCircularOut
  • easeCircularInOut
  • easeExponentialIn
  • easeExponentialOut
  • easeExponentialInOut

please have a look at the examples:

they should work with the Arduino IDE Serial Plotter.

inspired / sourced from

these functions are based on these sources:

About

Arduino library with very simple easing functions

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages