Amazing tutorial man! I have just started learning JS and Node. These kind of mini projects are really helpful with understanding the implementations of concepts!✌🏻
Hi Tyler, I'm looking around trying to solve a different problem... anyway, I'm grateful for persons like yourself who take the time to help others. : ) So about your comment towards the end... I can give you the CSS, markup, and svg's for the clock hands, that is, hour, minute, second. : ) How everything is positioned is in markup and CSS, our scripts are different but I don't see you having any difficulty replacing my script with yours. I can put the files up on Code Pen, or in a folder on google drive if you would like so that you can create a truly outrageous tutorial. : )
Haven't had chance to watch with sound yet, so it's probably covered. But is there a simple fix for the jumping of the second hand when going from 59-60s? Great vid, thanks!
Ha, to be honest I only noticed the jumping hand while I was recording, I'm sure there is something very simple you could do to fix it, maybe by removing the 'transition property' but I may revisit the pen and fix it later
Amazing tutorial man! I have just started learning JS and Node. These kind of mini projects are really helpful with understanding the implementations of concepts!✌🏻
That's awesome I'm happy they help! More to come over the next 30 days :D
It’s actually 366 days 😜
Thanks for the video!
Ohh of course it's a leap year 😂
Tyler Potts yup 😃
Hi Tyler, I'm looking around trying to solve a different problem... anyway, I'm grateful for persons like yourself who take the time to help others. : ) So about your comment towards the end... I can give you the CSS, markup, and svg's for the clock hands, that is, hour, minute, second. : ) How everything is positioned is in markup and CSS, our scripts are different but I don't see you having any difficulty replacing my script with yours.
I can put the files up on Code Pen, or in a folder on google drive if you would like so that you can create a truly outrageous tutorial. : )
Haven't had chance to watch with sound yet, so it's probably covered. But is there a simple fix for the jumping of the second hand when going from 59-60s? Great vid, thanks!
Ha, to be honest I only noticed the jumping hand while I was recording, I'm sure there is something very simple you could do to fix it, maybe by removing the 'transition property' but I may revisit the pen and fix it later
@@TylerPotts Yup, that's all it takes. Cheers!
I can't get anything but the background of my CSS to appear :/ even after copy and pasting the CodePen (Just to check!) 😥
same here...
Hmm, that's weird I'll look into it. Which browser are you using?
@@TylerPotts Firefox
Thanks...
Will it work without sass?
Yes, all you need to do is use vanilla CSS, obviously you can't nest your selectors but you can do anything that sass does in normal css
@@TylerPotts how would you use '"*: after "correctly?
In normal CSS? Is .classname::after {}