hyperapp-transitions icon indicating copy to clipboard operation
hyperapp-transitions copied to clipboard

Animate Hyperapp components as they are appear, disappear and move around on the page.

Results 4 hyperapp-transitions issues
Sort by recently updated
recently updated
newest added

The latest update to hyperapp introduced a bug in transitions, you can notice in the toasts example when toasts are removed. (Janky behavior)

Change default easing to ease-in-out

I found the examples a bit tricky to read, I suggest improving them as follows: - Follow Hyperapp's style: 2 space indentation, bracket spacing, double quotes, avoid `_` for paramless...

COMMUNITY

It would be great if the README had one or more animated gif examples. For example: ![](https://user-images.githubusercontent.com/56996/35211232-f0e23a70-ff98-11e7-8970-1aff845f3eb0.gif)

DOCS
IMPROVEMENTS