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
Tags:
Contributors to this page:
chrisdavidmills,
kscarfone
Last updated by:
chrisdavidmills,