indiancinema home screen: fade in byline

This commit is contained in:
rolux 2013-02-20 01:02:48 +05:30
parent c7995706ef
commit 30013931bf

View file

@ -83,7 +83,13 @@ pandora.ui.home = function() {
right: 0,
width: '160px',
height: '20px',
margin: '0 auto 0 auto'
margin: '0 auto 0 auto',
opacity: 0
})
.one({
load: function() {
$line.animate({opacity: 1}, 250);
}
})
.appendTo($box),
$findInput = Ox.Input({