Transition scale property is not working on a live site but working perfectly locally #13634
Unanswered
Design-Monster2013
asked this question in
Help
Replies: 2 comments
-
Seems like something could be stripping the CSS rule out of the CSS. Consider checking your production configuration in case some process is unintentionally remove the CSS rule that Tailwind compiled. |
Beta Was this translation helpful? Give feedback.
0 replies
-
In case someone is having this issue, it happened for me in a WordPress website, it was because of lazy loading images, once I disabled it, the issue was solved for me |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This is my website which I have made using tailwind css. www.designmonsters.io
I am facing a weird problem. On a projects section, I have used a following property on each project:
"transition duration-500 ease-in-out hover:scale-110"
It works perfectly fine locally but on a live site the scaling property is not working.
You can view it using 'view-source'.
I have used this to all 6 projects plus I have also used it on logos slider but it is not working anywhere.
Please help me out.
I have also made 2nd site and used the same property on projects section but here scale property is working.
https://rockymountain.designmonsters.io/
Can someone also tell me how to add a smooth scrolling/animation between the sections?
is there any easy testimonial slider I can get? I have tried many but none of them works.
I am newbie in coding field.
Beta Was this translation helpful? Give feedback.
All reactions