Edge Animate CC dynamic / animated slider

2.8k Views Asked by At

I want to make a dynamic animated slider with symbols that contain clickable actions vs a slider image only approach. I would like to use a "next" button and a "back" button that will scroll multiple background images that contain clickable links. I can produce a basic image slider with the back and next buttons, but this approach is limited. Any help on how I can do this in Edge Animate CC will be very appreciated.

1

There are 1 best solutions below

1
On

I was looking for a very simple slideshow a while ago. Came up with this here:

http://jquery.malsup.com/cycle/

If you want your Slides to contain any clickable items you will be able to simply add them to the sides div. Just set the picture as a background image in CSS and you are free to develop any clickable items infront.

Here is another tutorial that worked fine for me: http://line25.com/tutorials/build-a-simple-image-slideshow-with-jquery-cycle

To me this is easy to understand and if you are used to jQuery at least a little bit this here will work out fine for you.