Once the counter reaches its final value, you can set triggers for it.
Once the counter reaches its final value, you can set triggers for it:
Hide block – Hides the block with the specified identifier that is present on the page. As an example can be used for hiding the discounted block after the counter expires.
Show block – Shows a hidden block on the page that has a CSS property display: none with a certain ID. As an example can be used for showing the discounted block after the counter expires.
Redirect – redirects the user to the specified page after the counter ends.
Function – runs the specified custom function. The function must be declared on the page where the counter is located
Hide the Counter Box – Hides the block of the counter itself after it has been signed
Show the message – Displays a message after the end of the counter
You can combine several different triggers for one counter