Giter Club home page Giter Club logo

Comments (5)

hurradieweltgehtunter avatar hurradieweltgehtunter commented on August 10, 2024 1

nothing special.
isotopeOptions look like this:

isotopeOptions: {
  itemSelector: '.oc-product',
  getFilterData: {
    "show all": function(el) {
      return el.type !== 'publisher'
    },
    apps: function(el) {
      return el.type === 'app'
    },
    'category automation': function(el) {
      return el.type === 'app' && el.category.name.toLowerCase() === 'automation'
    },
    'category collaboration': function(el) {
      return el.type === 'app' && el.category.name.toLowerCase() === 'collaboration'
    }
  }
}

everything else is used as it is, no customization.
using vue-isotope v3.0.1

from vue.isotope.

David-Desmaisons avatar David-Desmaisons commented on August 10, 2024

@hurradieweltgehtunter , if this is a "Chrome & Safari" problem this is most probabily linked to isotope itself. Could you provide more detail about the way you filter data and the css transition?

from vue.isotope.

foxou33 avatar foxou33 commented on August 10, 2024

Hey, guys.
Just wanted to thank you for this awesome lib, great work! :)
Also, don't know if that helps, but i have the same issue "images jump on filtering" and i noticed that it only happens when transitions are applied to elements (comment them out and the bug disappear)...
Hope that helps.

from vue.isotope.

hurradieweltgehtunter avatar hurradieweltgehtunter commented on August 10, 2024

what you mean by transitions?

from vue.isotope.

foxou33 avatar foxou33 commented on August 10, 2024

Css transitions

from vue.isotope.

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.