Webaction “Scroll To help

1
Hi there,   Im trying to get my Website to scroll down on an event. For that I tried to use the Webaction “Scroll To”.  This action is called within a Nanoflow.  There is a target selector. Now I don’t have a clue how to get, for example a video player, as the target.    Can anybody help me?
asked
1 answers
4

add a custom class to the video player, for example videoplayer

then as the expression for the ScrollTo widget you can add '.videoplayer' to select that class. You can add it by pressing the Edit button

 

answered