Hello,
i want o move a slider in a pane up.
the source code is:
<div class="pane" style="display: block;">
<div class="slider" style="height: 164px; transform: translate(0px, 545px);">
</div>
</div>
The slider should be pointed to (0px, 0px).
This side would be an easier example than the original: http://jqueryui.com/slider/
I made some attempts with the Node "Execute JavaScript" and scrollTo, scrollTop or ScrollUp, but i did not find the correct examples. My skills in Javascript are very low.
Can someone help me?
thx,
Jens