How to make transitions between layouts?

With Animate Canvas for Construct 3, you can animate your game canvas with different unique transitions that you can then attach any logic you want.

Want to change to a layout? Want to just move the position of your player? Just like a PowerPoint slide, just set the transition you want and use whichever logic you want.

Grab the attention of your players

With multiple Focus animation to choose!

How does it work?

The animations play at the HTML level, meaning they don't run by modifying anything on your game runtime, but by applying CSS animations to your game's container. CSS animations that run automatically by your browser in a separate thread. Achieving multiple PowerPoint-like animations without interrupting your game flow.


Check out my Construct Plugins



Support, ideas and feedback

If you have questions, ideas or bug reports, you can get in touch directly in the Master Pose discord server.

Updated 21 days ago
Published 26 days ago
StatusReleased
CategoryTool
PlatformsHTML5
Rating
Rated 5.0 out of 5 stars
(1 total ratings)
AuthorMaster Pose
Made withConstruct
Tagsaddon, canvas, Construct 2, construct-3
Average sessionA few minutes

Download

Download NowName your own price

Click download now to get access to the following files:

MasterPose_AnimateCanvas-1.0.1.0.c3addon 19 kB
demo.c3p 171 kB

Development log

Comments

Log in with itch.io to leave a comment.

(+1)

This is a really neat tool!

Since you seem to know what you're doing, do you know of any way to get Construct 3 to display as an overlay over the user's desktop? For so long, I've wanted to make a 'desktop buddies" application.

Yes, you can by making your body in CSS as transparent, exporting using NW.js and then edit the package.json that generates to include a “transparent: true” option.

There’s a paid template someone made, depending your finances it may be a bit pricey but it includes other stuff I think.

(I may start doing small cheap templates for niche things like this also)

is there a way I can change the color of the fade effect?

The fade uses opacity so it turns the color to your game’s “Theme Color”. Due to a bug, it was turning white by accident in some browsers, please update the plugin to fix this

(+1)

Wow!