Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Animate responsive layout

  • This topic is empty.
Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #43346
    DADE
    Participant

    Hey guys,
    Here’s the deal:

    I need to code [this layout](http://i.imgur.com/LHPr6nH.gif “Layout”)

    And the problem is, how can I make blocks slide when browser window is resized?

    p.s: sorry I wrote pretty fast, got to go to work now, I’ll write a bit detailed when I’ll arrive.

    #128009
    Kitty Giraudel
    Participant

    I have a 403 forbidden on your link.

    Anyway, I think what you are looking for is: `CSS transitions`. I may be wrong though, hard to have an idea without the code.

    However please remember that no one is a frigging obsessive resizing his browser window like a mad man.

    #128011
    DADE
    Participant

    Image link fixed.

    Codepen: http://codepen.io/justdade/pen/hDzAv

    I’m still not sure how to make blocks “fly” under the big block instead just jumping there.

    #128015
    DADE
    Participant

    So yeah, the only thing I found is http://masonry.desandro.com/ I guess I’ll use it.

    #128016
    CrocoDillon
    Participant

    Why would you care? Like Hugo said probably no one will even notice. I don’t think it will be possible (with just html/css), sure masonry will work but is the overhead worth it?

    #128017
    DADE
    Participant

    I don’t care, but my boss care xD “I want” is his best argument.

    #128021
    Paulie_D
    Member

    Other than the JS options, the only other way is with positioning and transition of the position values.

    It will be ugly….

    #128060
    Alen
    Participant
    #128069
    Paulie_D
    Member

    That’s pretty!

    #128095
    theacefes
    Member

    Agreed but performance sucks after a few resizes.

Viewing 10 posts - 1 through 10 (of 10 total)
  • The forum ‘CSS’ is closed to new topics and replies.