Giter VIP home page Giter VIP logo

Comments (8)

cferdinandi avatar cferdinandi commented on August 23, 2024

You might want to look into CSS transitions and animations for that. For performance reasons, Tabby doesn't use any JS transitions.

from tabby.

silvenon avatar silvenon commented on August 23, 2024

I didn't mean JS transitions. I meant something like this:

  1. Click the tab.
  2. Add the class to the previous pane (e.g. .inactive), which I would use to add CSS animation.
  3. Wait X ms.
  4. Toggle the new pane.
  5. The new pane has .active class, which I would use to add CSS animation.

Basically I'm looking for a nice way to delay tab toggling. Maybe the callbackBefore can have an additional done argument which can be resolved, or something.

from tabby.

cferdinandi avatar cferdinandi commented on August 23, 2024

Check out the CSS Transition Delay property: https://developer.mozilla.org/en-US/docs/Web/CSS/transition-delay

from tabby.

silvenon avatar silvenon commented on August 23, 2024

I'm failing to see how this can delay tab toggling, this delays CSS transitions, tabby is JavaScript.

from tabby.

cferdinandi avatar cferdinandi commented on August 23, 2024

Tabs are shown/hidden by the addition/remove of the .active class. You can use that class to control a transition (today is simply changes the display property). So you could, for example, control and animate things like height, opacity, etc.... with delays.

from tabby.

cferdinandi avatar cferdinandi commented on August 23, 2024

All the JS does is add/remove a class.

from tabby.

silvenon avatar silvenon commented on August 23, 2024

Ok, I managed to do it, you were right. Sorry for taking your time, I thought that this was a limitation of tabby rather than my own 😃

from tabby.

cferdinandi avatar cferdinandi commented on August 23, 2024

No worries, dude! Glad you got it figured out.

from tabby.

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.