Tech Bites - How to animate your widgets

< Back to Blog

Do your screens look static and boring?

Let's explore how to animate these icon widgets, so they can jump or spin.


First, find the animate pattern on the left and drag once for every icon we want to animate. Then, place the icon widget inside.


Click on the Animate properties and select an animation type from the drop-down.


After publishing the app, we can configure the animations to run more than once.


Let's configure them to repeat indefinitely: open the screen's CSS and type the pattern name class "animate", use the CSS property "animation iteration count", and attribute the value "infinite".


Now, let's publish the app again, and all animated widgets will loop their animation!




Turn Up Academy

Apply to our Turn Up Boot Camp

AND BECOME THE NEXT OUTSYSTEMS CERTIFIED DEVELOPER
(
Instructor
)

Latest Articles

How to download Excel files in OutSystems

How to download Excel files in OutSystems

Learn how to download Excel files using the OutSystems platform in this simple tutorial!

DevZone
Mastering Email Integration with OutSystems: A Step-by-Step Guide

Mastering Email Integration with OutSystems

In OutSystems Reactive Web Applications, we can configure the Service Center and implement logic in the Service Studio to send emails to our peers or contacts. Follow this step-by-step guide to learn how to!

DevZone
How to use WebAssembly inside OutSystems - Part 2

How to use WebAssembly inside OutSystems - Part 2

WebAssembly (WASM) is a new technology that is getting a lot of attention. We continue the use of Go compiled to WASM to show how we can use WASM inside OutSystems.

DevZone