import { state, transition } from 'femtality';

Example: focus-pulse behavior

// bindStyle sets inline style properties reactively bindStyle(document.querySelector('.bar'), t => ({ width: `${progress.value}%` }));