Page 1 of 1

Carousel animations

Posted: 31 Dec 2018, 03:02
by jrjr
Hi
Is there any documentation on the carousel that is included in the Premiere template? Transition effects that are available, etc....

Re: Carousel

Posted: 31 Dec 2018, 18:23
by christine
Hi jrjr,

I thinks it's in: swiper.min.css and implemented e.g. from http://idangero.us/swiper/
https://github.com/nolimits4web/swiper/ ... ANGELOG.md

Kind regards
Christine

Re: Carousel

Posted: 31 Dec 2018, 21:45
by jrjr
I was talking more about the animations available such as:

zoomin
bounceinup
bounceInDown
etc

I don't see anything like these in the links that you posted. Is there a list of available animations anywhere?

Re: Carousel

Posted: 01 Jan 2019, 17:39
by Jan
Hi, animations are done with: animate.css
See:
https://daneden.github.io/animate.css/
https://github.com/daneden/animate.css

Jan

Re: Carousel

Posted: 01 Jan 2019, 19:39
by jrjr
Thanks
Here is a list that I compiled from animate.css


bounceIn
bounceInDown
bounceInLeft
bounceInRight
bounceInUp
bounceOut
bounceOutDown
bounceOutLeft
bounceOutRight
bounceOutUp

fadeIn
fadeInDown
fadeInDownBig
fadeInLeft
fadeInLeftBig
fadeInRight
fadeInRightBig
fadeInUp
fadeInUpBig
fadeOut
fadeOutDown
fadeOutDownBig
fadeOutLeft
fadeOutLeftBig
fadeOutRight
fadeOutRightBig
fadeOutUp
fadeOutUpBig

flipInX
flipInY
flipOutX
flipOutY

lightSpeedIn
lightSpeedOut

rotateIn
rotateInDownLeft
rotateInDownRight
rotateInUpLeft
rotateInUpRight
rotateOut
rotateOutDownLeft
rotateOutDownRight
rotateOutUpLeft
rotateOutUpRight

Hinge
jackInTheBox
rollIn
rollOut
rubberBand
pulse
shake
headShake
swing
tada
wobble
jello

zoomIn
zoomInDown
zoomInLeft
zoomInRight
zoomInUp
zoomOut
zoomOutDown
zoomOutLeft
zoomOutRight
zoomOutUp

slideInDown
slideInLeft
slideInRight
slideInUp
slideOutDown
slideOutLeft
slideOutRight
slideOutUp

Re: Carousel animations

Posted: 06 Jan 2019, 21:58
by Jan
Ok