I have created a elevator functionality [there are 2 floors and corresponding to each one , there is a checkbox. Depending upon which checkbox is checked, the elevator should move to that floor. Only thing which i am not able to implement here is: Make the checkbox check automatically and slowly fadeout to unchecked state when the orange elevator has reached that checkbox. Here is the link to the markup and script: http://jsfiddle.net/hurricaneankit/qR4uJ/
User 9329780
Posts
-
Checkbox check should automatically and slowly fadeout to unchecked -
Checkbox check should automatically and slowly fadeout to uncheckedI have created a elevator functionality [there are 2 floors and corresponding to each one , there is a checkbox. Depending upon which checkbox is checked, the elevator should move to that floor. Only thing which i am not able to implement here is: Make the checkbox check automatically and slowly fadeout to unchecked state when the orange elevator has reached that checkbox. Here is the link to the markup and script: http://jsfiddle.net/hurricaneankit/qR4uJ/
-
Element to which Class added dynamically has become unclickableI have created a elevator functionality [there are 2 floors and corresponding to each one , there is a checkbox. Depending upon which checkbox is checked, the elevator shud move to that floor.
Couple of things which i'm not sure how to implement are:
wherever i have added class "unchecked" dynamically, the element looks as if it is not clickable. How do i make it clickable?
How to slow down speed of the Orange color elevator when it moves and stops at levels
where checkbox is checked?The fiddle is available at : http://jsfiddle.net/hurricaneankit/rJ4Py/12/