I would like to ask how to enlarge the transform: scaleY in css from only one direction, or use jq?.

clipboard.png
I want to increase the height of the box from the bottom to the top from the y axis to only one direction when the mouse is moved in. How should this be realized in css or jq

?
Css
Mar.09,2021

you try this. I don't know if you want this effect:
transform-origin: bottom;


absolute positioning can only move the height.

Menu