live_motion icon indicating copy to clipboard operation
live_motion copied to clipboard

High performance animation library for Phoenix LiveView

Results 8 live_motion issues
Sort by recently updated
recently updated
newest added

Was reading through the changelog and docs and noticed that some items still in the list of limitations had been added/changed in the latest release. I've edited them based on...

Hi! Sorry for the barrage of issues, but I was wondering if there is a way to trigger the exit animation of a component via toggling a prop on the...

I'm having trouble following the README to add this to a project. Example: ```javascript import { createLiveMotion } from 'live_motion'; const { hook: motionHook, handleMotionUpdates } = createLiveMotion(); let Hooks...

Elixir 1.14 Phoenix 1.7.2 Im following all the instructions from README but library does not seem to work correctly. Im trying to use [Popcorn share example](https://hexdocs.pm/live_motion/LiveMotion.JS.html#animate/1) and on first page...

I have done the setup as instructed in the readme, but I am unable to test any of the examples provided, in my application. I am getting this error on...

I want to collaborate with the `presence branch`. I want to use this for page transitions, and I love what I see on the Elixir forum.

``` Because your app depends on live_motion ~> 0.3.1 which depends on phoenix_html ~> 3.1, phoenix_html ~> 3.1 is required. So, because your app depends on phoenix_html ~> 4.0, version...

It wants `phoenix_html` v3.x, when current Phoenix uses v4. You can of course `override: true` the phoenix_html dependency, to fix it at v4 and get past that dependency issue. But...