Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/heldrida/3dgalleryna
A 3d gallery or slideshow, targetting mobile primarily
https://github.com/heldrida/3dgalleryna
Last synced: about 1 month 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 (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-07-24T01:37:03.000Z (over 9 years ago)
- Last Synced: 2024-12-30T10:18:53.644Z (about 1 month 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.