Is it not possible to alter the animation of the cart sliding out from the right? It applies an opacity animation that i don’t want. (I want it to match the menu I’ve built that comes out from the left…)
Surely there must be a way to change this interaction ?
hi @JTL you will need custom code. Open DevTools on your live page to see classes and you can start experimenting. Here is simple example to rid of fade.
Stan thank you for this response, unfortunately I’m a bit clueless when it comes to code/devtools.
I’ve taken a look at the live page with DevTools and I can’t seem how to figure out how to turn off ALL animation / interactions altogether for the cart so I’m able to apply my own.
Any ideas? I’ve found the opacity and ease bit but can’t actually find where to stop any movement at all.
End Goal is to turn ‘off’ the embedded interaction webflow has forced altogether so i can hopefully animate my own.
hi @JTL yes it is doable to force overwrite WF predefined Animation with CSS or with JS. In each case you need to have some dev skills.
You have .cart-wrapper container rest is on you as you can start there overwriting and setting you need. use DevTools to see what is set and what you need to overwrite.