README.md
# CubicBezier
[](https://hex.pm/packages/cubic_bezier)
[](https://hexdocs.pm/cubic_bezier/)
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`:
```elixir
def deps do
[
{:cubic_bezier, "~> 0.0.5"}
]
end
```