How can add bootstrap in ionic3 slider option(introduction page)

I’m working on ionic 3 with slider option(introduction page), in that i need to add a effect as “fade” using bootstrap. Is there any way to add bootstrap in ionic.

Thanks in advance…

Try this for sliding

<ion-slides pager="true" [options]="slideOpts">
      <ion-slide>
        <h1>Slide 1</h1>
      </ion-slide>
      <ion-slide>
        <h1>Slide 2</h1>
      </ion-slide>
      <ion-slide>
        <h1>Slide 3</h1>
      </ion-slide>
    </ion-slides>