If you like the PLUGIN , a little help is always welcome! Donate
Chech the
V2
it's more easy and more like Native Transition
Hey guys , i found many Construct 2 users looking for a Transitions between layouts methodes , so i made on , here is a plugin that will handel transitions for you
Demo try it on your phone it's so smooth , NO ANIMATION LAGS (Tested on Iphone5/Samsung Galaxy S4)
DemoLayoutTransition.capx
Download the plugin from here : LayoutTransition
Other HMMG Plugins : Plugins Directory
How to install :
Copy/Paste the Folder in the zip file to your plugin's directory
Close and re-open Construct 2 if it's opened
************** Condition **************
Is Transition ended : Trigger when a Transition ended
Is finished transition Name : True if the ended transition name equal the one in the paramater (ComboBox)
************** Action **************
Entrance Transition : Play an Entrance Transition
Exit Transition : Play an Exit Transition
************** Expression **************
FinishedTransitionName : Return a finished Transition Name
CREATE A BACKUP OF YOUR PROJECT BEFORE UPDATING
just in case
************** V1.1 **************
You can now control the Duration and the Delay of each Animation , enter a Negative value for a default animation's value
************** V1.1.1 **************
Works perfectly woth Cordova Export
************** V1.2 **************
Fixed Bug
Now any HTML element will folow the Transition animation "In previous version , html elements like buttons or Textbox etc... , move away while Transition"
IMPORTANT
be sure that you are using the "Is Transition ended" before checking "Is Transition ended name"
like this :
CSS Author : Daniel Eden
List of animations
bounceIn
bounceInDown
bounceInLeft
bounceInRight
bounceInUp
bounceOut
bounceOutDown
bounceOutLeft
bounceOutRight
bounceOutUp
fadeIn
fadeInDown
fadeInDownBig
fadeInLeft
fadeInLeftBig
fadeInRight
fadeInRightBig
fadeInUp
fadeInUpBig
fadeOut
fadeOutDown
fadeOutDownBig
fadeOutLeft
fadeOutLeftBig
fadeOutRight
fadeOutRightBig
fadeOutUp
fadeOutUpBig
flipInX
flipInY
flipOutX
flipOutY
lightSpeedIn
lightSpeedOut
rotateIn
rotateInDownLeft
rotateInDownRight
rotateInUpLeft
rotateInUpRight
rotateOut
rotateOutDownLeft
rotateOutDownRight
rotateOutUpLeft
rotateOutUpRight
hinge
rollIn
rollOut
zoomIn
zoomInDown
zoomInLeft
zoomInRight
zoomInUp
zoomOut
zoomOutDown
zoomOutLeft
zoomOutRight
zoomOutUp
slideInDown
slideInLeft
slideInRight
slideInUp
slideOutDown
slideOutLeft
slideOutRight
slideOutUp
If you like the PLUGIN , a little help is always welcome! Donate