Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #1242181

    I would like the logo section of my site to open and close slowly. that the logo slowly gets bigger and smaller

    #1242435

    Hey jasperlemmers,

    I’m not sure if I fully understand what you’re trying to achieve.
    Do you want to hide the header as it scrolls to the bottom? and also adjust the speed of the transition?

    Best regards,
    Nikko

    #1242439

    only adjust the speed of the transition. when you scroll down on the website, the logo and bar open slowly and the logo gets bigger. now it is very fast

    #1242759

    Hi jasperlemmers,

    The speed is actually the same, it depends on how fast you scrolled for example on the top the header is 100% of its height and once you have scrolled down to that full length it’s height is reduced to 50% and the same is true when scrolling up. You can verify this on this js file: enfold > js > avia-snippet-sticky-header.js

    Best regards,
    Nikko

    #1242794

    thats not what i mean,

    opening the header where the logo is, should open slower when scrolling. here at a link from the site as an example how I want it. http://www.roxyart.nl/ on the original site it is going too fast http://www.happyskin.nl I want the banner to open slowly and the logo to get bigger and smaller again when scrolling

    #1243251

    Hi jasperlemmers,

    Can you try adding this CSS code in Quick CSS, located in Enfold > General Styling: (the animation will not be the same as the link you gave)

    #header .av-logo-container, 
    #header .av-logo-container .logo a, 
    #header .av-logo-container .logo img {
        -webkit-transition: all 0.7s cubic-bezier(0.93, 0.16, 0.32, 1.07);
        transition: all 0.7s cubic-bezier(0.93, 0.16, 0.32, 1.07);
    }

    Best regards,
    Nikko

    #1243547

    thank you its better. but if there are other ways of rendering, please

    #1243816

    Hi jasperlemmers,

    Can you try to replace the code I gave to this one:

    #header .av-logo-container, 
    #header .av-logo-container .logo a {
        -webkit-transition: all 0.7s cubic-bezier(0.93, 0.16, 0.32, 1.07);
        transition: all 0.7s cubic-bezier(0.93, 0.16, 0.32, 1.07);
    }

    Best regards,
    Nikko

    #1244310

    thanks, i,m going to use it

    #1244326

    Hi jasperlemmers,

    We’re glad to hear that :)
    Let us know if you need further assistance or if we can close this thread.

    Best regards,
    Nikko

Viewing 10 posts - 1 through 10 (of 10 total)
  • You must be logged in to reply to this topic.