Skip to content

ProgressView as waterwave for Axways Titanium. 🚀

License

Unknown, Unknown licenses found

Licenses found

Unknown
LICENSE
Unknown
LICENSE.txt
Notifications You must be signed in to change notification settings

AppWerft/Ti.WaterWaveProgress

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ti.WaterWaveProgress

This is a Titanium module that exposes the library of Modificator.com

Usage

var progress = 0;
var progressView = require('ti.appwerft.waterwaveprogress').createView({
maxProgress : 100,
ringWidth:4,
waterColor: '#00ff00',
waterBgColor: '#00aa00',
ring2WaterWidth : 10.1,
fontSize : 22,
showRing : true,
showNumerical : true,
crestCount : 2.2,
amplitude : 0.4,
α : 0.7
});


var setprogressFn = function() {
if (progress<100 && progressView) {
progressView.setProgress(progress);
progress++;
setTimeout(setProgressFn,20);
}
};

setprogressFn();

More parameters methods you can find in sources.

About

ProgressView as waterwave for Axways Titanium. 🚀

Resources

License

Unknown, Unknown licenses found

Licenses found

Unknown
LICENSE
Unknown
LICENSE.txt

Stars

Watchers

Forks

Packages