vue-scrollto
vue-scrollto copied to clipboard
different offset value for x and y.
Has anyone planned on making it available to have a different offset value for x and y ?
I haven't planned for this, as I've never had to use horizontal scrolling. I'm not opposed to adding this, by allowing offset to be an Object in the form of { x: 0, y: 0 }
- this would allow returning such an object in cases where offset
is a function.