UNPKG

@kickscondor/umbrellajs

Version:

Lightweight and intuitive javascript library

6 lines (5 loc) 147 B
// Scroll to the first matched element u.prototype.scroll = function () { this.first().scrollIntoView({ behavior: 'smooth' }); return this; };