Temenos Digital
R24 AMR | Min(s) read

Animated Textbox

This is a regular textbox with the placeholder animating to the top as soon as the focus shifts to the textbox. If the text is left empty, the placeholder animates to the bottom again. This component is used wherever input data from the users is required.

Non-Animated textbox

Animated textbox

 

Usage

Here are the steps to set the component in Quantum Visualizer:

  1. Open the Temenos DigitalOrigination project in Quantum Visualizer.
  2. Drag and drop a Flex Container widget onto the required form.
  3. Select the Flex Container and set the following properties:
    • width: “100%”
    • left: “0%”
    • top: “0%”
    • height: “90 Dp”
  4. Insert the component in the flex and write the following code in the respective form’s onBreakPointChange function.
    this.view.AnimatedTextBox.onBreakpointChange(width);

APIs

In this topic

Copyright © 2020- Temenos Headquarters SA

Published on :
Thursday, May 30, 2024 12:39:45 PM IST