import { behavior } from 'femtality';
React example (hooks wrapper):
const t = transition(progress, { duration: 600, easing: 'easeOutQuad' }); FEMTALITY- -v0.16.1- By Aerisetta
// bindText attaches to an element and updates its text content bindText(document.querySelector('#count'), count); import { behavior } from 'femtality'; React example
import { state, transition, bindStyle } from 'femtality'; import { behavior } from 'femtality'