moiri / kobold

jump and run on web page
2 stars 0 forks source link

PickUp animations #15

Open moiri opened 10 years ago

moiri commented 10 years ago

Provide the pick up elements with animations (idle and at time of pick up). The idle animations can easily be defined in css. The animation at the time of pick up must be implemented

moiri commented 10 years ago

define the css class [animationName]Success and it should work

moiri commented 10 years ago

animations are missing

moiri commented 10 years ago

The corresponding css animations should be named like this: .someName { idle animation }

.someName.success { success animation }