我試圖做一個簡單的淡入和淡出例如AngularJS.I需要顯示出與幻燈片一個div向上或向下滑動或者淡入淡出我們在jQuery的事情。我有頭(左頂部的按鈕圓圈)search
按鈕**上點擊我展示搜索div
它工作在我plunker。我的問題是做動畫... http://plnkr.co/edit/Z5Y51werBnzM6Yl7tcTB?p=preview 其次我需要添加z-index
,因爲它產生新的層。當我點擊搜索按鈕**「我的名字」下來時,搜索欄是開放的。爲什麼?如何使用淡入和淡出了按鈕單擊角JS?
<ion-view>
<ion-header-bar align-title="" class="bar-positive">
<div class="buttons">
<i style="font-size:25px!important" class="icon-right ion-android-radio-button-off" ng-click="showsearch()"></i>
</div>
<h1 class="title">Title!</h1>
<a class="button icon-right ion-chevron-right button-calm"></a>
</ion-header-bar>
<div class="list list-inset searchclass" ng-show="isdiplay">
<label class="item item-input">
<img src="https://dl.dropboxusercontent.com/s/n2s5u9eifp3y2rz/search_icon.png?dl=0">
<input type="text" placeholder="Search">
</label>
</div>
<ion-contend>
<div style="margin-top:50px">
my name
</div>
</ion-contend>
</ion-view>
感謝回答淡入,淡出CSS3動畫可以我們使用幻燈片向上滑動? –
是的。我已經更新了plunkr。我建議你閱讀了關於CSS3動畫 – rmuller
這個回答你的問題一點? – rmuller