Countdown Timer in Vanilla Javascript | CSS SVG Circle Countdown Time Animation

  Рет қаралды 37,072

Online Tutorials

Online Tutorials

Күн бұрын

Пікірлер: 38
@ВладимирОрлов-ж7щ
@ВладимирОрлов-ж7щ Жыл бұрын
Man, you're an incredible person. It was my first exercise of JavaScript. Thanks for you I exactly know what want to do!
@zinpainghtet961
@zinpainghtet961 Жыл бұрын
Instead of using background music , you should teach in voice .just a suggestion.
@janiselmeris5705
@janiselmeris5705 11 ай бұрын
Thank you for the nice-looking countdown! During the last second when 0-1 seconds are left, "0 seconds" is displayed, but it should be "1 seconds", otherwise when we see "0 seconds" we still need to wait 1 more second for the end time actually set in.
@codehal
@codehal Жыл бұрын
Awesome bro❤
@ancientSeven
@ancientSeven Жыл бұрын
Bro I just love your video ♥️♥️ Thankyou soooooooooo much..!
@liamaiken1782
@liamaiken1782 Жыл бұрын
Needed this. Found it finally
@gaeltobelekinzamba6618
@gaeltobelekinzamba6618 Жыл бұрын
Great work
@vrfEducation
@vrfEducation Жыл бұрын
super super cool bro. great idea with nice design
@codevortex-
@codevortex- 8 ай бұрын
Congrats bro
@GoBlueGreg
@GoBlueGreg Жыл бұрын
Great tutorial!
@quangtrungo6146
@quangtrungo6146 Жыл бұрын
Great !
@rubaiyathossain1758
@rubaiyathossain1758 Жыл бұрын
wow!
@yvil
@yvil Жыл бұрын
16:32
@asriddinov8388
@asriddinov8388 Жыл бұрын
Wooow
@codeBySach-IN
@codeBySach-IN Жыл бұрын
Thanks sir. Now i can build the age calculator !!!❤❤❤❤
@mahirdaiyan6898
@mahirdaiyan6898 Жыл бұрын
Wait how
@codeBySach-IN
@codeBySach-IN Жыл бұрын
@@mahirdaiyan6898 i got idea 💡
@alessiacampana2320
@alessiacampana2320 Жыл бұрын
@@mahirdaiyan6898 user imput his birth and the system take is data as endDate
@andre1173
@andre1173 Жыл бұрын
Hello all, line 71: let distance = now - countDown; Fixed it! Turns out tiny mistakes = disaster lol.
@mayank89_49
@mayank89_49 Жыл бұрын
???
@azizmuhamad8471
@azizmuhamad8471 Жыл бұрын
Source code please?
@jusufmuftic7765
@jusufmuftic7765 Жыл бұрын
3:49 what did you do?
@bruhmoment3731
@bruhmoment3731 Жыл бұрын
cmd / he commented out that line of code
@jhoncamelo9745
@jhoncamelo9745 Жыл бұрын
One question, how do you make that quotation mark that he uses in the rotatez?
@ItsFrits
@ItsFrits 11 ай бұрын
On the top left of your keyboard there should be a button for that, if you press it twice you get `` and if you do shift + ` you get the squiggly line ~
@gal885
@gal885 Жыл бұрын
Can you provide the source code please?
@SupunAnuranga-fo1vz
@SupunAnuranga-fo1vz Жыл бұрын
❤‍🔥💥💥💫
@alessiacampana2320
@alessiacampana2320 Жыл бұрын
19:58 che simbolo è?
@asriddinov8388
@asriddinov8388 Жыл бұрын
🥰😍🤩
@razexamvs8756
@razexamvs8756 11 ай бұрын
here is the correct code js ---->>>> let days = document.getElementById("days"); let hours = document.getElementById("hours"); let minutes = document.getElementById("minutes"); let seconds = document.getElementById("seconds"); let dd = document.getElementById("dd"); let hh = document.getElementById("hh"); let mm = document.getElementById("mm"); let ss = document.getElementById("ss"); let day_dot = document.querySelector(".day_dot"); let hr_dot = document.querySelector(".hr_dot"); let min_dot = document.querySelector(".min_dot"); let sec_dot = document.querySelector(".sec_dot"); // Set the end date with the correct format "MM/DD/YYYY HH:mm:ss" let endDate = new Date("02/02/2024 00:00:00").getTime(); let x = setInterval(function () { let now = new Date().getTime(); let distance = endDate - now; // Time calculation for days, hrs, mins, and seconds let d = Math.floor(distance / (1000 * 60 * 60 * 24)); let h = Math.floor((distance % (1000 * 60 * 60 * 24)) / (1000 * 60 * 60)); let m = Math.floor((distance % (1000 * 60 * 60)) / (1000 * 60)); let s = Math.floor((distance % (1000 * 60)) / 1000); // Output result days.innerHTML = d + "Days"; hours.innerHTML = h + "Hours"; minutes.innerHTML = m + "Minutes"; seconds.innerHTML = s + "Seconds"; }, 1000); // Update every 1 second
@VirtualWorldDE
@VirtualWorldDE Жыл бұрын
Bro the ids for hours and seconds are very german...
@moritzdeiaco2798
@moritzdeiaco2798 Жыл бұрын
First
@anju_yadav_2387
@anju_yadav_2387 Жыл бұрын
Sir if a want to change the date not a happy new year I want put my birthday 23 April thn how it work bcz I did and then change the date it was not working but when a put the new year date it's work . Then plz help me out Plz tell me the code . How can I change it 😢
@anju_yadav_2387
@anju_yadav_2387 Жыл бұрын
Plz sir comments it fast only 2 days are left 😢. Plz comment it sir
@CasterMation
@CasterMation Жыл бұрын
​@@anju_yadav_2387tough
@Woolfy95
@Woolfy95 Жыл бұрын
Down vote as there is no link to Github Repo
CSS Only Animated Background Effects | Html CSS Christmas Animation
8:06
Crazy Text Animation with CSS and SVG
5:45
Lun Dev
Рет қаралды 86 М.
When Cucumbers Meet PVC Pipe The Results Are Wild! 🤭
00:44
Crafty Buddy
Рет қаралды 62 МЛН
А я думаю что за звук такой знакомый? 😂😂😂
00:15
Денис Кукояка
Рет қаралды 6 МЛН
FOREVER BUNNY
00:14
Natan por Aí
Рет қаралды 36 МЛН
How Many Balloons To Make A Store Fly?
00:22
MrBeast
Рет қаралды 169 МЛН
A stopwatch written in JavaScript ⏱️
12:14
Bro Code
Рет қаралды 33 М.
Simple Countdown Timer with JavaScript
7:13
Florin Pop
Рет қаралды 189 М.
You Don't Need JavaScript For This - CSS ONLY Infinite Scroll
23:35
Slaying The Dragon
Рет қаралды 145 М.
Subtle, yet Beautiful Scroll Animations
5:04
Beyond Fireship
Рет қаралды 1,8 МЛН
Learn CSS Border Animations in 6 Minutes
5:57
Coding2GO
Рет қаралды 236 М.
When Cucumbers Meet PVC Pipe The Results Are Wild! 🤭
00:44
Crafty Buddy
Рет қаралды 62 МЛН