Hi Weweb developers!
Can you do to implement a new animation function for the CSS Display property - at least the simplest one. The logic is as follows: there are essentially 2 main states for this property (correct me if I’m wrong) - “none” and “everything else…”. That is, in it we either show the design element in some mode (block, grid, flex, etc) or hide it completely visually (none).
So I would like to have an inbuilt animation to change this property between “none” and “everything else…” - at least the simplest (up-down, left-right, fade in - fade out) and specify the duration of the animation. And that’s it. I think this would be a very popular solution. But instead you have to use complex logic of animation, keyframes and other things (which I, as a non-programmer, for example, find difficult to understand…). And this simple function would solve such an issue.
By the way, I noticed that there seems to be such a function in popups (or am I wrong…) ?
I’ll be glad for feedback!