Skip to content

Fatina v3.1.3

Latest
Compare
Choose a tag to compare
@kefniark kefniark released this 24 Jan 16:13
· 1 commit to develop since this release

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