Forums

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

Home Forums JavaScript Need idea for implementing menu

  • This topic is empty.
Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #46032
    Kuzyo
    Participant

    Here I found interesting menu http://www.athenos.com/ hover on product and don’t have idea how to implement it? Does have anybody some thoughts?

    #141289
    Paulie_D
    Member

    Which part of the animations are you interested in?

    #141293
    Kuzyo
    Participant

    maybe somebody know similar plugin?


    @Paulie_D
    most interesting in stretching effect

    #141297
    Paulie_D
    Member

    Frankly that’s not particularly hard. You could do with with CSS alone with heights and margins but JS would make it easier.

    A Plug-in…doubt it…but you could inspect the site in question and see what scripts they are loading. That’s the beauty of browsers developer tools.

    #141311
    Kuzyo
    Participant

    I have doubt that it can be made simple by css, i think that it use some of this effects http://api.jqueryui.com/easings/

    #141320
    waylaid
    Member

    This isn’t the same (http://codepen.io/waylaid/pen/GLjvz – I’ve only tried in Chrome) but if you used css animate for the transition I’m sure it’s possible to get a similar effect to the site you linked using just css.

    Try searching CodePen for animated drop-down menus and I’m sure you’ll find something more robust.

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