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.

キーボードの呼び出し

Gaia のキーボードが開かれたり閉じられたりする時のアニメーションです。

可視化

コード

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%);

ドキュメントのタグと貢献者

 このページの貢献者: Uemmra3
 最終更新者: Uemmra3,