View Source LiveFlip
A component and hook for FLIP animations of elements within LiveView.
Installation
If available in Hex, the package can be installed
by adding live_flip
to your list of dependencies in mix.exs
:
def deps do
[
{:live_flip, ">= 0.0.0"}
]
end
Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/live_flip.
Contributing
Feel free to fork and make PRs! I'm definitely happy to have eyes on this and to get feedback so we can take care of edge cases.