Page 1 of 2

What to do to get carousel to rotate images automatically

Posted: Sun Oct 06, 2013 10:01 am
by Deon

Hi

I have a carousel that pulls images from the database. I have three images. The images display perfectly if I manually swipe them.

How do I get the images to rotate after a period of time? I have changed the Animation Duration time but it has no effect at all.

In addition to this, I have other eratic behaviour as well but will start a seperate thread for this..

Thx


What to do to get carousel to rotate images automatically

Posted: Sun Oct 06, 2013 10:20 am
by Alena Prykhodko

Hi Deon!

Did you try to run app on device?


What to do to get carousel to rotate images automatically

Posted: Sun Oct 06, 2013 10:34 am
by Deon

Hi

Yes, Running it on device within Appery.io Tester App


What to do to get carousel to rotate images automatically

Posted: Sun Oct 06, 2013 10:52 am
by Alena Prykhodko

I'll test more and let you know.


What to do to get carousel to rotate images automatically

Posted: Sun Oct 06, 2013 11:07 am
by Alena Prykhodko

There is no embedded slideshow, images rotate when you swipe them, duration is set in ms for slower/faster slide animation .

Carousel have method:
pre
Appery(...).carouselRoot.carousel('next');/pre

You can use external timer to make them rotate automatically.


What to do to get carousel to rotate images automatically

Posted: Sun Oct 06, 2013 1:31 pm
by Deon

Ok, where do I find this "external timer"

Thank you.


What to do to get carousel to rotate images automatically

Posted: Sun Oct 06, 2013 1:34 pm
by Alena Prykhodko

You can search on Internet, some JS code samples.


What to do to get carousel to rotate images automatically

Posted: Sun Oct 06, 2013 4:26 pm
by Deon

Ok, thx


What to do to get carousel to rotate images automatically

Posted: Mon Sep 29, 2014 5:40 am
by A K R

Hi

i was searching for the same thing. thanx for the solution
@Alena Prykhodko, its working great


What to do to get carousel to rotate images automatically

Posted: Fri Jun 12, 2015 3:29 am
by reidsantabarbara .

How did you come about your solution? I am trying to solve the same thing.