Comment on This game was made entirely in css (no javascript)parentComments−wonderercat14yMost likely because of things like @-webkit-keyframes gameover{−justindocanto14yWas just going to post this. The game requires use of @-webkit-keyframes. As you can guess by the name of the deceleration, it's webkit only.−zobzu14ydamn i hate those tags (being -moz or -webkit or any other, mind you)such a way to break the way. need a different browser each time if the dev doesn't take the time to use every single tag there is (and its NOT the dev fault here)−Bjartr14yWhat's a better way to introduce experimental (i.e. not yet standard) functionality?
Comments
Most likely because of things like
Was just going to post this. The game requires use of @-webkit-keyframes. As you can guess by the name of the deceleration, it's webkit only.
damn i hate those tags (being -moz or -webkit or any other, mind you)
such a way to break the way. need a different browser each time if the dev doesn't take the time to use every single tag there is (and its NOT the dev fault here)
What's a better way to introduce experimental (i.e. not yet standard) functionality?