Hello @sarahsas, thanks for using my plugin.
Yes, you can start the counter when the viewport is reached for the first time. Are you using the shortcodes or Gutenberg blocks?
If you’re using shortcodes, you just have to add the scroll
attribute with a value of true
:
[countup start="0" duration="1" decimals="2" scroll="true"]100[/countup]
And if you’re using a Gutenberg block, there’s an setting under Options dropdown called Start on View.
Hope that works for you. Thanks.
@rokumetal perfect! Thank you, I’m using the shortcode. I couldn’t find the documentation with the full list of shortcode options for this plugin, can you include a link?
@rokumetal brilliant, thanks so much!