A gallery module with animated transitions.
This code is intended for use in Joomla! To see the current version on Github just download the master branch and install the module using the Joomla installer.
- /example_images: contains some example images
- /language: contain the language files, defining translations
- /tmpl: contain the module specific files
- /css: contains a php file that creates the css to assign user defined colors to the svg. (does nothing besides assigning colors!!!)
- /js: contains javascript files
- /animations: contains a function with the animation logic of a certain animation using javascript's window.requestAnimationFrame().
- /js.php: contains the logic for the general functionality and implements the relevant animation from the animations folder
- /svg: contains files that create the svg
- /animations: contains the mask used for a specific animation
- /svg.php: creates the svg it also includes a file with a mask from the animations folder
- /install.wig.php: Joomla! installation file
- /mod_wig.php: forgot what this file was for. I'm sure it's somehow important in loading the module in Joomla! xD.
- /mod_wig.xml: file that creates the module interface in Joomla! and provides general information abut the module.