Live time & reveal
Timestamps tick by themselves and elements reveal as they scroll into view.
Read the docs →.phlo
// timestamps tick by themselves: one attribute, no clock code
<span data-ts="$post->created"/>
// reveal elements as they scroll into view
onVisible('.card', el => el.classList.add('is-in'))
- Deploy finished
- New signup
- Backup stored
The times tick by themselves (data-ts), each row fades in via onVisible.
