Hello there, I noticed the Fullscreen slider shipped with MD Alpine does not include all animations showed here: http://demo.wpprime.com/mega-slider/animation-library
Can you provide us an updated version of MD Fullscreen Slider (or I guess, an updated version of the animate-source.css ?)
Thanks
Auto-answer for those interested :
Warning: don't forget to make a backup of the files before modifying them
Warning: the indicated paths are designed for a drupal installation
Get complete animate.css from there: http://files.megadrupal.com/modules/md_slider/css/animate.css
Replace yours in sites/all/modules/custom/md_fullscreen_slider/js/front/css/
Edit sites/all/modules/custom/md_fullscreen_slider/inc/md_fullscreen_slider.classes.inc
In $start_animations array of class MDFullScreenOption, add these 2 key => value pairs :
"puffIn" => "puffIn",
"vanishIn" => "vanishIn",
Finally, you have to add your 2 new effects in sites/all/modules/custom/md_fullscreen_slider/js/front/mdf-fullscreen-slider.js
I couldn't find an official version of this file on megadrupal websites, so you havve to edit it by yourself.
Use http://jsbeautifier.org/ and http://javascript-minifier.com/ if you don't have these features in your favorite IDE
Then empty your drupal cache, these 2 animations should be available in your md_fullscreen_slider
Hi,
Thank you for your concern about our product. Your feedback and suggestion will help other customers and us so much :)