Move, Rotate & Resize element đ
Move, offset, rotate, spin and resize Bubble elements by its id in a very simple way
Last updated
Move, offset, rotate, spin and resize Bubble elements by its id in a very simple way
Last updated
Move an element
Offset an element: add horizontal and vertical offset to initial coordinates
Reset an element to initial state
Rotate an element by a specific angle
Spin an element (constant rotation)
Resize an element (width, height)
Plugin contains 7 actions which can be used from the Bubble Workflow and 1 element.
Pre-requirements:
Install and configure Classify plugin
2. Add any elements on the page. For each element you want to rotate, move etc, define an id:
Input parameters:
ID: Element ID to move
Offset X (px): Offset by X coordinate (positive, zero, or negative value)
Offset Y (px): Offset by Y coordinate (positive, zero, or negative value)
Time to move (ms): Time to animate the movement in milliseconds
Input parameters:
ID: Element ID to offset
Coordinate X: Offset by X coordinate (positive, zero, or negative value)
Coordinate Y: Offset by Y coordinate (positive, zero, or negative value)
Time to move (ms): Time to move the element in milliseconds
Input parameters:
ID: Element ID to reset
Input parameters:
ID: Element ID to rotate
Angle: Rotation angle (positive or negative value)
Input parameters:
ID: Element ID to spin
Angle Step: Defines the rotation smoothness
Update frequency: Time in milliseconds between two frames (defines the rotation speed)
Input parameters:
ID: Element ID to stop spinning
Input parameters:
ID: Element ID to resize
Width (px): New width (px). Leave it empty to keep the original width
Height (px): New height (px). Leave it empty to keep the original height
Animation time (width): Time in milliseconds to animate the width resize. Leave it empty or 0 to change the size instantly
Animation time (height): Time in milliseconds to animate the height resize. Leave it empty or 0 to change the size instantly
Works in the same way as the "Element resize" action but exposes Width and Height states with the current element's size. Actions:
Resize Element
Exposed State:
Width: Current element's width (updated after the resize action)
Height: Current element's height (updated after the resize action)