Wilbert Caba

Results 8 comments of Wilbert Caba

I'm running through the exact same issue @jsnanigans @Ffloriel

@Ross7377 It worked for me too. Thanks for the temporary fix!

> Works perfect for me > > ``` > var tapArea, startX ; > tapArea = document.querySelectorAll('.gallery'); > startX = 0; > for (var item of tapArea) { > item.ontouchstart...

I landed here trying to figure out why `fitlerInCss` is not responding to any value I assign to it. I just removed the `background-color` on the parent container and oddly,...

I figured it out and is the fact that the `"filtr-item filteredOut"` elements get an inlined `z-index: -1000`. By the time you want to filter these in again, the CSS...

> @wilbertcaba adding that crazy minus z-index makes the items not clickable so it kind of defeats the purpose of filtering things. @donkutbay As you can see, I mention this...

@FrancoisCapon this was a very elegant solution and you give control of animations back to a CSS stylesheet. Love it. Merci Beaucoup!!

@justinribeiro have you found a fix for this issue? I'm running through the same problem as well.