Skip to content

bjunc/cubic-bezier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CubicBezier

Hex.pm Version Documentation

Elixir port of the CSS cubic-bezier(p1x, p1y, p2x, p2y) timing function.

Installation

The package can be installed by adding cubic_bezier to your list of dependencies in mix.exs:

def deps do
  [
    {:cubic_bezier, "~> 0.1.0"}
  ]
end

About

Cubic bezier function for Elixir

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages