+ 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 Respostas
+ 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