swiper

Open full view…

How can I make 2 children of a slide get different effects?

dmgujjar
Mon, 01 Jan 2018 09:59:05 GMT

I have an icon and some text under it.. I want flip ( preferably rotate effect ) for icons and simple slide or fade effect for text.

mehulrojasara
Mon, 01 Jan 2018 10:05:57 GMT

hey i think it will help you... http://www.themezaa.com/html/pofo/home-portfolio-full-screen-vertical.html

dmgujjar
Mon, 01 Jan 2018 10:15:49 GMT

Thanks dear but i cant find where the swiper is initiated.

mehulrojasara
Mon, 01 Jan 2018 10:20:17 GMT

i make it by use of css only nothing in swiper initialization it is use of css animation properties. ---------------------------------------------------------------------- --------------- var swiperVerticalPagination = new Swiper('.swiper-vertical-pagination', { pagination: '.swiper-pagination-white', direction: 'vertical', slidesPerView: 1, paginationClickable: true, spaceBetween: 0, preventClicks: false, mousewheelControl: true });