A responsive slideshow with a twist: the idea is to slice open the current slide when navigating to the next or previous one. Using jQuery and CSS animations we can create unique slide transitions for the content elements.
I tried implementing the slider into an existing design but the two times i have tried to implement the slider I have received two similar errors. The first error says
TypeError: Modernizr.prefixed is not a function
I tried implementing the slider into an existing design but the two times i have tried to implement the slider I have received two similar errors. The first error says TypeError: Modernizr.prefixed is not a function
...s.transEndEventName = this.transEndEventNames[ Modernizr.prefixed( 'transition' ...
The second error says TypeError: #slider.prefixed is not a function
onBeforeChange : function( slide, pos ) ...
Thanks in advance