Archived topic
Invert scale function
2 replies · Started by Anders Nielsen on November 27, 2021
How do I invert the function "scale" so it starts small, and tranform to normal size?
I would also like to know: If I hover on the container – how can I fade "everything else/the rest of the page" down – than that one container?
So the container looks like a popup on the page.
If it's possible to center the container too – that would be awesome... so the container acts like a popup...
move to center of the page - and create a dark overlay for the bg.
Hi Anders,
How do I invert the function “scale” so it starts small, and tranform to normal size?
This sounds like a CSS issue rather than a GP/WP issue.
You should be able to find articles on Google related to this:
https://developer.mozilla.org/en-US/docs/Web/CSS/transform-function/scale()
https://www.w3schools.com/css/css3_2dtransforms.asp
Thanks for your understanding :)