spring.set(80)} style={{ width: 70, height: 70, backgroundColor: 'var(--f-clr-primary-100)' }}>
Spring
);
}
```
---
### useVisible
Returns enter/exit count numbers to drive animation triggers.
```tsx
import { Animate } from '@infinityfx/lively';
import { useVisible } from '@infinityfx/lively/hooks';
export default function Page() {
const [ref, entered] = useVisible();
return (