Hi, I'm trying to create a 7 day count down in adobe edge animate. which should include days, hours and minutes like in the picture below. I'm seriously struggling and I am a super noob at…
You should use a fixed date for the count down. You can use the following API: new Date(Date.UTC(year, month, day, hour, minute, second)) Check the documentation page for reference -…
