yuchi / TiShimmer

Facebook’s Shimmer port for Titanium SDK (iOS and Android)
31 stars 5 forks source link

Update README #5

Closed kopiro closed 4 years ago

kopiro commented 10 years ago

Please update your README with a full example of how this module works.

var $shimWin = Ti.UI.createWindow({ modal: true});
var shimmeringView = require('it.ti.shimmer').createShimmeringView({ /* ... */ });

var label = Ti.UI.createLabel({ text: 'Hallo yozef' });
shimmeringView.add(label);
$shimWin.add(shimmeringView);

$shimWin.open();
shimmeringView.startShimmering();

This, doesn't work.

yuchi commented 10 years ago

A lot of things to not work on this module! :)

On #4 I give a small info about how to make it work.

Actually are you interested to help me and @boardmain in developing the feature parity? (This is an Italian community project, after all :D )

kopiro commented 10 years ago

Yes, certainly!

yuchi commented 4 years ago

Reviewing your issues with the GitHub app? :)