Skip to content
This repository was archived by the owner on May 4, 2023. It is now read-only.

RMo-Sloth/DEPRECATED-wonderful-image-galleries

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DEPRECATED: wonderful-image-galleries

A gallery module with animated transitions.

installation

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.

project structure

  • /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.

About

DEPRECATED: A gallery module with animated transitions.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors