Animated Label
You can use the Animated Label UI Pattern to animate a label when there is a user input.
How to use the Animated Label UI Pattern
-
In Service Studio, in the Toolbox, search for
Animated Label
.The Animated Label widget is displayed.
-
From the Toolbox, drag the Animated Label widget into the Main Content area of your application's screen.
By default, the Animated Label widget contains Label and Input placeholders.
-
Enter the relevant text in the Label placeholder. In this example, we enter
Name
. -
Create a new local variable for the Input widget by selecting the Input widget and on the Properties tab, and from the Variable drop-down, and select New Local Variable.
-
Enter a name for the new local variable. In this example, we enter
UserInput
. -
On the Properties tab, you can change the look and feel of the Animated Label by setting the (optional) properties.
After following these steps and publishing the module, you can test the pattern in your app.
Properties
Property | Description |
---|---|
IsInline (Boolean): Optional | If False, the Animated Input is displayed in a white input box. If True, there is no white input box. This is the default. |
ExtendedClass (Text): Optional | Add custom style classes to the Animated Label UI Pattern. You define your custom style classes in your application using CSS. Examples
|