Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

Invoking the keyboard

This article needs a technical review. How you can help.

The animation used when the Gaia keyboard is opened or closed.

Visualization

Code

transition: transform 0.2s ease-in;
/* Show functionality */
transform: translateY(234px); /* Screen height - functionality height, (translateY(0) for full screen functionalities) */
/* Hide functionality */
transform: translateY(100%);

Document Tags and Contributors

 Contributors to this page: chrisdavidmills, kscarfone
 Last updated by: chrisdavidmills,