I'm trying to "re-create" an animation using css3, I have almost zero experience in css. details inside -


i'm trying recreate animation using css, have 5 different animations, i'm trying 1 css code , position correct, here's example of animation: http://gfycat.com/generalelegantdiscus

i have these:

base
crystal
arm1
arm2
glow

gfycat

i have no idea how , position it, here's how want pieces together:
http://i.gyazo.com/f3dd728494367e53d51f23a3697a041b.png

can me out? if animations not timed well, not problem.

sorry bad english, it's not native.enter code here

help appreciated

to them together, you'll need change @-keyframes unique animation names (currently, they're play)

because animation, recommend absolute positioning.

finally, because you're new/learning css, read on console , how can manipulate css values using inspector (web inspector, firebug, etc.)

here's threw (only works in chrome) reference: http://jsfiddle.net/lvc279p8/

good luck.


Comments

Popular posts from this blog

java - Could not locate OpenAL library -

c++ - Delete matches in OpenCV (Keypoints and descriptors) -

sorting - opencl Bitonic sort with 64 bits keys -