+ 2
How sliding animation comes when a page opens?
I have several buttons in a page, each buttons opening to another page, how to make this opening with sliding animation
5 Antworten
+ 3
Krzysztof Bujak
Thanks a lot 😊
+ 2
If you want to have achieve a sliding effect - try to use animation with left/right: 0px to another minus value, and transition for left/right.
Generally there are a lot of ways, try to experiment.
+ 1
Here is examples with animations and transitions:
https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Animations/Using_CSS_animations
https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Transitions/Using_CSS_transitions
0
I am a beginner so, Could you please write an example...?