Packages

Animations for Phoenix LiveView, that just work. One <.animated> component, smart defaults, real spring physics — animate enter, exit, position and size straight from HEEx.

Current section

Files

Jump to
shift package.json
Raw

package.json

{
"name": "shift",
"description": "JS runtime for the Shift animations library for Phoenix LiveView.",
"type": "module",
"main": "./assets/js/shift.js",
"module": "./assets/js/shift.js",
"exports": {
".": {
"import": "./assets/js/shift.js",
"default": "./assets/js/shift.js"
}
}
}