Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/revolunet/Ext.ux.SimpleDiapo
Simple Ext.Core diaporama tool
https://github.com/revolunet/Ext.ux.SimpleDiapo
Last synced: 3 months ago
JSON representation
Simple Ext.Core diaporama tool
- Host: GitHub
- URL: https://github.com/revolunet/Ext.ux.SimpleDiapo
- Owner: revolunet
- Created: 2010-11-24T15:44:44.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2010-11-24T15:47:13.000Z (about 14 years ago)
- Last Synced: 2024-06-22T22:04:45.968Z (6 months ago)
- Language: JavaScript
- Homepage:
- Size: 141 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Ext.ux.SimpleDiapo
==A simple javascript diaporama made with [Ext.Core][1].
-The classic cross-browser fadein/fadeout diaporama.
**Usage**:
# in your HTML
# javascript code :
var diapo = new Ext.ux.SimpleDiapo({
target:'diapo1'
,images:[
'200/Chargeur1_150.jpg'
,'200/Chargeur2_150.jpg'
,'200/Chariot-Telescopique-3_150.jpg'
]
,duration:5000
,shuffle:true
});
**Configuration params** :* **images** : list with your images
* **target** : the HTML image target
* **duration** : how long before changing image source (default=1000)
* **shuffle** : randomize images
* **preloadImages** : preload images or not (default=true)[1]: http://www.sencha.com/products/core/