Skip to content

`data-baz-async="viewport"`

Latest
Compare
Choose a tag to compare
@zemlanin zemlanin released this 30 Nov 09:09
· 14 commits to master since this release
/* (old) sync call */
<div data-bazooka="init-time">
    will be called on `Bazooka.refresh()` / `Bazooka.watch()`
</div>

/* (new) async call */
<div data-bazooka="init-time" data-baz-async="viewport">
    will be called when in viewport
</div>