Description
- Add Transition Syntax : #77
- Add Async / Await Helpers : #76
- Update a bit documentation
- Add a new dev mode with esbuild watch mode
Demo
const obj = { x: 0 }
// Create a reusable transition, no need to keep a reference to the object to tween
const transition = Fatina.transition(obj)
// Creating a UI Animation/Transition becomes one-liners
transition.to({ y: 1 }, 50)
And here is a demo of this new Transition Syntax with vue3
Changelog
Full Changelog: v3.1.0...v3.1.3