Use Code below to make an automatic countdown of days into each countdown slots.On the left sidebar, click on "Insert", and then go to the </> Others tab to insert the code.
- Change all "test" id to a unique different id for each countdown.
- Change the date of the countdown.
- After it's inserted, resize these to 80x65px
14.5 Major
Release Timeline
Use these circles and give them a Continuous rotate right animation
27 Days
Beta
Migration Guide
Download
25 Sep
Migration Webinar
27 Sep
<p id="test" style="font-size:30px;font-family:geogrotesque-rg; line-height:1.1; text-align:center; cursor:default"></p>
<script>
var countDownDate = new Date("Sep 20, 2021 18:00:00").getTime();
var x = setInterval(function() {
var now = new Date().getTime();
var distance = countDownDate - now;
var days = Math.floor(distance / (1000 * 60 * 60 * 24));
if (days > 1) {
document.getElementById("test").innerHTML = days + " Days";
} else if (days == 1) {
document.getElementById("test").innerHTML = days + " Days";
} else if (distance > 0) {
document.getElementById("test").innerHTML = "1 Day"
} else if (distance < 0) {
clearInterval(x);
document.getElementById("test").innerHTML = "Delay";
}
}, 1000);
</script>
View
BetaTest
Migration Workshops
2 Oct - 23 Oct
View
once a week
57%
Key Extensions Available
9 Oct
RC
pre-release notes
Download
23 Oct
Release Sign-Off Commences
23 Oct
View
Release Sign-Off Deadline
6 Nov
RCTest
13 Nov
Release Dates Annoucement
View
Official
Download
release notes
20 Nov
Release Window Opens
Extension Release Window
Release Window Closes
4 Dec
View
14.5 Major External RT
contentcreationteam
Created on November 12, 2022
Start designing with a free template
Discover more than 1500 professional designs like these:
View
Project Roadmap Timeline
View
Step-by-Step Timeline: How to Develop an Idea
View
Artificial Intelligence History Timeline
View
Museum Escape Room
View
Momentum: Onboarding Presentation
View
Urban Illustrated Presentation
View
3D Corporate Reporting
Explore all templates
Transcript
Use Code below to make an automatic countdown of days into each countdown slots.On the left sidebar, click on "Insert", and then go to the </> Others tab to insert the code.
14.5 Major
Release Timeline
Use these circles and give them a Continuous rotate right animation
27 Days
Beta
Migration Guide
Download
25 Sep
Migration Webinar
27 Sep
<p id="test" style="font-size:30px;font-family:geogrotesque-rg; line-height:1.1; text-align:center; cursor:default"></p> <script> var countDownDate = new Date("Sep 20, 2021 18:00:00").getTime(); var x = setInterval(function() { var now = new Date().getTime(); var distance = countDownDate - now; var days = Math.floor(distance / (1000 * 60 * 60 * 24)); if (days > 1) { document.getElementById("test").innerHTML = days + " Days"; } else if (days == 1) { document.getElementById("test").innerHTML = days + " Days"; } else if (distance > 0) { document.getElementById("test").innerHTML = "1 Day" } else if (distance < 0) { clearInterval(x); document.getElementById("test").innerHTML = "Delay"; } }, 1000); </script>
View
BetaTest
Migration Workshops
2 Oct - 23 Oct
View
once a week
57%
Key Extensions Available
9 Oct
RC
pre-release notes
Download
23 Oct
Release Sign-Off Commences
23 Oct
View
Release Sign-Off Deadline
6 Nov
RCTest
13 Nov
Release Dates Annoucement
View
Official
Download
release notes
20 Nov
Release Window Opens
Extension Release Window
Release Window Closes
4 Dec
View