by #id (or class - by id is better).
Example (by id #Signature
):
https://codepen.io/cysidus/pen/seJjf
Her (by id ‘#target
’)
https://codepen.io/hanabel/pen/QjzKZp
Empty div “problem”
On webflow for this tricks is better to give some height (by padding is the best) - to the element (You see the animation only on publish site - but it hard to work with “non-height” item).
Summary
So again - create div --> add some top/bottom padding (and bg if you want) --> add id #wow - than initialize the plugin by id selector #wow
Also this is jquery plugin so wrap your code with doc ready (To avoid errors)
$(document).ready(function() {
// my code
});
see her some jquery & webflow combination (The idea is always the same):
https://webflowcodestutorials.webflow.io/imagery