https://github.com/heldrida/3dgalleryna
A 3d gallery or slideshow, targetting mobile primarily
https://github.com/heldrida/3dgalleryna
Last synced: 3 months ago
JSON representation
A 3d gallery or slideshow, targetting mobile primarily
- Host: GitHub
- URL: https://github.com/heldrida/3dgalleryna
- Owner: heldrida
- Created: 2014-11-26T11:11:00.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-07-24T01:37:03.000Z (almost 10 years ago)
- Last Synced: 2025-02-18T06:09:06.879Z (3 months ago)
- Language: JavaScript
- Size: 258 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Galleryna
A 3d gallery or slideshow, targetting mobile primarily.
## How to use
````
![]()
![]()
![]()
![]()
![]()
```````javascript
$('#myGalleryna').galleryna({
onSlideChange: function () {
// this is triggered when slide change finish
console.log('my onSlideChange callback!');
}
});
```## License
Licensed under The MIT License.