Add transition to input search in website

Summary:
I think if you add some transition to input search element in React-native website I think it should be good.
Closes https://github.com/facebook/react-native/pull/10000

Differential Revision: D3899115

Pulled By: hramos

fbshipit-source-id: 72778ecf1ccd3a97eae0f762aaf9101624e23a83
This commit is contained in:
Muhammad Habib Rohman 2016-09-20 23:19:09 -07:00 committed by Facebook Github Bot 5
parent b3ee595af7
commit 52cbe7dc22
1 changed files with 4 additions and 0 deletions

View File

@ -1545,6 +1545,10 @@ input#algolia-doc-search {
outline: none;
border: none;
width: 170px;
transition: .5s width ease;
-webkit-transition: .5s width ease;
-moz-transition: .5s width ease;
-o-transition: .5s width ease;
}
input#algolia-doc-search:focus {