GSAP ?
#2430
Replies: 1 comment 3 replies
-
Well I couldn't test it 1:1 with your setup due to firebase permission errors but just by adding a div and a child I can change the opacity of them both using an inline style which by the way takes precedent over CSS styles so it wouldn't be an effect of Tailwind anyway. My guess is that you're not applying the opacity changes to the right component. It could also be an extension of yours doing something, have you tried viewing it in incognito/guest mode with no extensions? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi 🖐
My problem is probably related to angular but I give it a try here!
I have a repo : https://github.com/plvbroker/public-lab/tree/firebase/src/app
It consists of a parent and 3 childs generated via *ngFor
My gsap animation works in firefox but not in chrome or edge.
it's weird because we can see the style changing dynamically in the console, but nothing applies in html (see .gif)
Is it possible that the way tailwind works, causes trouble like this?
Let me know if you want more infos.
thanks
Beta Was this translation helpful? Give feedback.
All reactions