Hi everyone, I am trying to implement price drop down on the website’s subscription section (like from 7,99 to 6,99). Sort of like in this article using CSS https://css-tricks.com/animating-number-counters/
Could you please advice
whether it is possible to create such drop down animation on plasmic without coding?
if CSS component is needed to be added - how can I do this?
Hi @yang, thanks a lot for the video!! Everything’s clear, but the question is how to make not the increase of numbers in timer, but decrease? I have specific case to animate numbers decrease from 7,99 to 6,99
Also the case is that I have a subscription section of the website with slider button (frame) from monthly to annual options after which this price drop down should take place
Hi, you can just change the increment action to a decrement action, and change your stopping condition from checking that the number is less than a certain value to checking that it is greater than a value