$w("#element").scrollTo() without animation

Hey,
is it possible to disable the animation with:

$w("#element").scrollTo();

In the documentation is only a function for wixWindow

wixWindow.scrollTo(100,500, {"scrollAnimation":false});

but there’s no function in the documentation to disable the scrollAnimation when scrolling to an element

Is it possible to disable the animation?