Can someone point me in the right direction in how I can create a visual 25 minute countdown when the user clicks a start button? I am trying to figure out using the date and time component but can’t seam to display anything.
I would have a session/local storage (depending on how resilient you want the timer to be if someone moves page/closes the browser) that when the button is clicked, set it to the date from the date time component using the addMinutes formatter to add 25 mins. To show the count down, use dmx-text on an element to show the date time component with time until formatter looking to the value that was set upon click.