AnimatedBorder - Border animation in HVArrangements.

AnimatedBorder
Border animation in HVArrangements.
Gradients, rotating, blinking, changing color and thickness, glitch...

GIF_20250403_042232_515

In the following example, which is an image, there is a button, images, and a video inside the Arrangement and with its border animation.

Down below, I'll leave the aia Project for you to try the last example.


SetBorder

Sets an outer border, corner radius, and background color for the specified arrangement.

  • You can run this function alone if you don't want to use the border.
  • Whatever you add inside the arrangement won't go beyond the background. If you add a height and width image as a fill, it will take the shape of the arrangement, including its radius.

StartAnimatedBorder

Starts a customizable animation for the border.

  • The available animations are: "shifting", "flicker", "pulse", "glow", "twinkle", "shadowpulse", "zoomborder", "glitch".
  • "rotationDirection" will only work for "animationType" = "shifting".

Rotation

Sets the rotation direction for the animationType "shifting".

  • You can rotate the animation to the right or left dynamically.

Speed

Updates the speed of the animation.

blocks - 2025-04-03T041624.645


Pause

Pause the border animation.

blocks - 2025-04-03T041730.407


Resume

Resumes the animation from where it was paused.

blocks - 2025-04-03T041733.288


Stop

Stops the animated border color from changing.

blocks - 2025-04-03T041735.953


RemoveBorder

Removes a border setting and makes the border transparent.


v1.0 April 03, 2025.

AnimatedBorder.aia (652.1 KB)

joejsanz.joedevanimatedborder.aix (18.9 KB)


JDK: 11
Minimum API Level: 21
Updated On: 2025-04-03T07:00:00Z

Built using: FAST-CLI v2.8.1


Thanks.

5 Likes