hii everyone i am working on quiz game i which user have 13 seconds to answer the question .
To show the countdown i am using progress bar with max value of progress bar with 13 and with every second pass progress bar set to next value
e.g=> if early it is 13 then after one second it will become 12 then after 11
13
|||||||||||||||||||||||||||||||||||||||||||||||||
12
|||||||||||||||||||||||||||||||||||||||||||
11
||||||||||||||||||||||||||||||||||||
progress bar is behave like this..
i thinking how can i make progress bar smooth
13
||||||||||||||||||||||||||||||||||||||||||||||||||
|||||||||||||||||||||||||||||||||||||||||||||||||
||||||||||||||||||||||||||||||||||||||||||||||||
|||||||||||||||||||||||||||||||||||||||||||||||
||||||||||||||||||||||||||||||||||||||||||||||
|||||||||||||||||||||||||||||||||||||||||||||
||||||||||||||||||||||||||||||||||||||||||||
|||||||||||||||||||||||||||||||||||||||||||
12
||||||||||||||||||||||||||||||||||||||||||
|||||||||||||||||||||||||||||||||||||||||
||||||||||||||||||||||||||||||||||||||||
|||||||||||||||||||||||||||||||||||||||
||||||||||||||||||||||||||||||||||||||
|||||||||||||||||||||||||||||||||||||
||||||||||||||||||||||||||||||||||||
|||||||||||||||||||||||||||||||||||
11
||||||||||||||||||||||||||||||||||
any one can help me thanks