jquery - Fade in div one after another with delay -


i want this

the images should fade in right , scale 100% fade out right , vice versa

and that's code

the problem when second .spinner fade in behave different first 1 , when reaches 75% of transition go out of .row

also third 1 appearing on next line , tried display:inline , doesn't work

any please ?

ps: forget red buttons , transition working 1 .spinner

you want elements share same movement.

so, initial position them must same. if use elements in flow, won't happen. position them absolutely:

.spinner {     position: absolute;     left: 500px; } 

i have laso removed lot of prefixes no longer necessary, , added z-index changes. not perfect, need work on little...

fiddle


Comments

Popular posts from this blog

c# - Validate object ID from GET to POST -

node.js - Custom Model Validator SailsJS -

php - Find a regex to take part of Email -