UNPKG
@kickscondor/umbrellajs
Version:
latest (3.1.2)
3.1.2
3.1.1
Lightweight and intuitive javascript library
umbrellajs.com
kickscondor/umbrella
@kickscondor/umbrellajs
/
src
/
plugins
/
scroll
/
scroll.js
6 lines
(5 loc)
•
147 B
JavaScript
View Raw
1
2
3
4
5
6
// Scroll to the first matched element
u.
prototype
.
scroll
=
function
(
) {
this
.
first
().
scrollIntoView
({
behavior
:
'smooth'
});
return
this
; };