Git Product home page Git Product logo

Comments (7)

vmitsaras avatar vmitsaras commented on July 23, 2024 1

You have to change the CSS.

Default

.c-offcanvas {
    transition: transform 300ms cubic-bezier(0.4, 0, 0.6, 1);
}

Change the duration

.c-offcanvas {
     transition-duration: 150ms;
}

from js-offcanvas.

vmitsaras avatar vmitsaras commented on July 23, 2024 1

I am glad I was able to help you.

from js-offcanvas.

vmitsaras avatar vmitsaras commented on July 23, 2024 1

Hi @manchumahara,
you can use the .c-offcanvas--closing class to control the speed/duration

.c-offcanvas--closing {
    transition-duration: .7s;
    transition-timing-function: cubic-bezier(0.4, 0.0, 1, 1)
}

Some Info: https://material.io/design/motion/speed.html#easing

from js-offcanvas.

cekvenich avatar cekvenich commented on July 23, 2024

Worked, thx. I used 200ms.

(you can see the projects at Metabake.org)

from js-offcanvas.

vmitsaras avatar vmitsaras commented on July 23, 2024

OK.
I can't find the offcanvas on metabake

from js-offcanvas.

cekvenich avatar cekvenich commented on July 23, 2024

One example web app: https://github.com/metabake/front-end-frameworks/tree/master/fullPage

but if you want more examples, there are 5, including SPA phonegap:
npm -g i mbake
mbake

from js-offcanvas.

manchumahara avatar manchumahara commented on July 23, 2024

@vmitsaras any idea how to control the speed when closes the off canvas ?

from js-offcanvas.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.