Good morning,
I have a problem with SlitSlider transition effects.
When I select a transition to attach images in SlitSlider edit from back, never change this transition effect, always is 'ease-in-out'
I check the JS code and see that in jquery.slitslider.js line 253:
Code:
var transitionProp = {
'transition' : 'all ' + this.options.speed + 'ms ease-in-out'
};
When I change this values slitslider stop, only can use 'ease-out', 'ease-in', 'ease-in-out'
I want to add a pulse or other effect to my home slider.
Last edit: 10 years 11 months ago by saul@dewenir.
Please Log in or Create an account to join the conversation.