+ 7
Doubt in code{Solved}
I want that the progress and the counter start. when click on it Only using HTML, SVG & CSS Not JS https://code.sololearn.com/WHoCRv2NILe5/?ref=app
12 Answers
+ 6
https://code.sololearn.com/WtnW1Co4Xp0z/?ref=app
+ 3
ึโณยฅษ$ฤฆึ Thanks bro ๐๐ผfor the help ๐๐ผ ๐ค
+ 3
Calviีฒ
What the ' start ' do
+ 3
ฦฦฦฦะะฦฌ ๐ถ๏ธ แ๊
แแแฑ ๐
"start" in the steps function is shorthand of "jump-start", it means the first step immediately starts at 0%.
So in this animation selector:
animation: animate 13s steps(100, start) forwards;
The steps happen at 0%, 1%, 2%, .... until 99%.
https://developer.mozilla.org/en-US/docs/Web/CSS/animation-timing-function
+ 3
Calviีฒ
IT IS POSSIBLE THAT IT STARTS WHEN WE TOUCH ON IT
+ 3
https://code.sololearn.com/W7TntL9AhM6e/?ref=app
It starts when We touch๐..
+ 3
ฦฦฦฦะะฦฌ ๐ถ๏ธ แ๊
แแแฑ ๐ Yes, You Can use it ๐...
+ 3
+ 2
Calviีฒ
Thanks for the help ๐ ๐
๐
+ 2
ึโณยฅษ$ฤฆึ Thanks for the valuable help
+ 1
ึโณยฅษ$ฤฆึ
Thanks ๐
But I don't know JS
SO CAN I USE IT