Change sidebar toggle animation from slide in to fade in

0
Hi everyone!  I'd like to change the slide in animation of the sidebar toggle menu, to a fade in animation to full screen.  I've got the full-screen fixed by using percentage 100%. Now I'm looking at where I can change the animation. Do any of you know if its using css animation or javascript? 
asked
3 answers
1

Hello Jan,

You can use js to add a class for the menu being toggled (which might already be happening) and from there on use CSS animation.

There are quite a few tutorials you can find online for animation, such as these  . However I'd suggest using W3Schools as a reference for your code.

Hope this helps

answered
1

hi Jan,

What you are trying to achieve is possible, but it will mean you probably cant use the default mendix menu without tearing it apart.

If you are up for the challange you can quite easily make your own layout, and they use display:flex to position everything, and then with css animation achieve your result. But its really up to how much time you want to spend on it, and how good you are in sass.

if you want to start styling in mendix, I recommend checking out this article:
https://medium.com/@jasonteunissen/how-do-i-start-styling-in-mendix-gulp-sass-6b37ddaf8de6

answered
0

Sorry for the late reply! Thanks a lot for the explanation! I'll try to get it to work next week. 

answered