indiancinema home screen: fade in byline
This commit is contained in:
parent
c7995706ef
commit
30013931bf
1 changed files with 7 additions and 1 deletions
|
@ -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({
|
||||
|
|
Loading…
Reference in a new issue