All of my projects always contains at least two “layouts” - one for mobile (380 px width) and one for desktop (620 px width). I still wonder what would be the best practice here - how to start and how to prevent double work, when making changes to one of the layouts.
The way I’ve been doing this has been : starting out with the desktop version - when done here, then copying it all (with animations) to the mobile layout…and then start modifying. BUT is this the best/right way to do it ?
this is the right way, using only the regular hype options.
Here you can find a way to avoid text clones, this is a good start
I'm working on a full set of CSS to make responsive images, text and some other elements , not just a text box but a stretchable symbol with centered elements.
My personal suggestion is to always work with symbols: if not you work twice! I wanna make tutorials about it: I developed a technique in which, using multiple timelines, I adapt the object to the context.