I have a need of getting the raw html code from a box and all children inside that box. Is this possible?
Hi Andreas,
currently this is not possible. Wix creates an abstraction over HTML, so you can work with Wix components and not raw HTML.
Okey, I have a strange thing I have to solve. I need to be able to animate a page on mobile so that it comes in from left to right when clicking a button. I have made animations in iframe work on mobile and also buttons inside the iframe that will send back data to WIX Code. But I must make the iframe move in from left to right.
I have spent weeks on this WIX site and the only thing left in the extra menu they demand that it should animate in from left to right and contain a lot of stuff.
I would kill to be able to animate a page from left to right, that would have solved all my problems. Can anyone help me, I really don’t want to redo the whole site in WordPress because of this.
I also told the client that I would solve anything in WIX and pursued them to choose WIX instead of WordPress, I had no idea that animations was taken away.
Hay Andreas,
If I understand right what you are trying to do, why not make the left to right animation part of the iframe content itself? You can make the iframe transparent, overlay it over the site. Whenever you want to get the animation, show the iframe (which is transparent at this time) and run the animation inside the frame.
That might do it, do you have code to show me?