Ninja Slider / Posts /

transitionType kenburns last slide always zoom-out

0

When I use Ninja-Slider's transitionType "kenburns" with 'stop at last slide', the last slide can show a zoom-in or a zoom-out. When it is a zoom-in, the slideshow will stop (after zooming in) with a fast (not nice looking) zoom-out. Can the last slide be forced to do a (better looking) zoom-out? Thanks. 

Fonyu  6 years ago   viewed: 2128    

3 Answers

0

It is not easy as the animation effect is defined by the CSS, and the CSS is generated by the JS for all slides.

Milo
  6 years ago
0

Not easy is possible, Can I override the effect CSS in JS after the .toggle() function? 

before: function (currentIdx, nextIdx, manual) {
                if (nextIdx == _end) ninja-slider.toggle();  ...   },

Thanks.

Fonyu   6 years ago
0

I solved it by adding new key-frames to the style-div of the HTML-file and add a style="animation: newkeysname 10s infinite; to the last picture of the li-list in order to override the CSS generated by the JS-file. No need to change the JS-file.

Fonyu   6 years ago

   

Your name*
Password
(Optional. Used to modify this post afterwords)
+ =  

Ask your Own Question

  • If your question is related to the topic of this post, you can post your question to this page by clicking the "Post a reply" button at left;

  • When you want to start a new page for your question: