Skip to content

elm-community/easing-functions

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Easing Functions

An easing function is used in animation to make a transition between two values appear more lifelike or interesting. Easing functions can make sliding panels or bouncing menus appear to be physical objects.

This library provides an Elm implementation of the functions listed on easings.net, and a few helper functions to help you build up your own custom easing functions.

Search the package catalog for animation to find libraries that use easing functions.