Femtality- -v0.16.1- By Aerisetta Instant
Example: focus-pulse behavior
React example (hooks wrapper):
import { state, transition, bindStyle } from 'femtality';
// bindStyle sets inline style properties reactively bindStyle(document.querySelector('.bar'), t => ({ width: `${progress.value}%` }));
import { behavior } from 'femtality';
Example: focus-pulse behavior
React example (hooks wrapper):
import { state, transition, bindStyle } from 'femtality';
// bindStyle sets inline style properties reactively bindStyle(document.querySelector('.bar'), t => ({ width: `${progress.value}%` }));
import { behavior } from 'femtality';