Transition - Minimizing the whole layout into a box

0 favourites
  • 3 posts
From the Asset Store
Over 2700 files with all the colour combinations from a 15 colours palette!
  • I'm creating a fake mobile OS and looking to transition from one app to another by using this effect. Imagine the typical animation when you minimize the app to go to the home menu on an Android/iOS phone. The whole app layout will reduce and collapse into the app icon on the home screen.

    I'm having a hard time to achieve this transition with the native tools. The most likely way was screenshoting the canvas, putting that into a sprite, and animating that but as I'm using HTML Elements that don't work without going into some JS which I would like to skip if I can.

    Does anybody have any ideas of a workflow for this?

  • Try Construct 3

    Develop games in your browser. Powerful, performant & highly capable.

    Try Now Construct 3 users don't see these ads
  • With html elements, your best bet will probably be CSS animations or tweened css properties.

  • Yes indeed. After looking more into this I change the HTML Element layout. I learned more about the Transform CSS property and managed to get what I needed.

    CSS is way more powerful than I thought. I can drive all the animation and scaling just there.

Jump to:
Active Users
There are 1 visitors browsing this topic (0 users and 1 guests)