angular2-useful-swiper icon indicating copy to clipboard operation
angular2-useful-swiper copied to clipboard

How can we hide the pagination and then show it again

Open supran2811 opened this issue 7 years ago • 0 comments

If we want to hide the pagination and then show it when user hover over it , how can we implment this feature. When i use ngIf to hide and show pagination it comes but pagination clicks doesnt work

<swiper [config]="config">

<img class="swiper-slide" *ngFor="let photo of photos" [src]="photo.small">
<div *ngIf = "hover" class="swiper-pagination"> <div *ngIf = "hover" class="swiper-button-next"> <div *ngIf = "hover" class="swiper-button-prev">

supran2811 avatar Dec 23 '17 02:12 supran2811