CubicBezier 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