UNPKG
blingblingjs
Version:
latest (2.3.0)
2.3.0
2.2.0
2.1.1
2.1.0
2.0.2
2.0.1
2.0.0
1.0.2
1.0.1
1.0.0
like bling.js, but more bling
github.com/argyleink/blingblingjs
argyleink/blingblingjs
blingblingjs
/
playground.js
9 lines
•
278 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
import
$, {rAF, rIC}
from
'./src/index.js'
let
test =
document
.
querySelectorAll
(
'button'
)
console
.
log
($(test[
0
]).
on
)
rAF
(
_
=>
console
.
log
(
'rAF'
))
rIC
(
_
=>
console
.
log
(
'rIC'
))
// ;(function repeatOften() {
// console.log('requestAnimationFrame')
// rAF(repeatOften);
// })();