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,
|
right: 0,
|
||||||
width: '160px',
|
width: '160px',
|
||||||
height: '20px',
|
height: '20px',
|
||||||
margin: '0 auto 0 auto'
|
margin: '0 auto 0 auto',
|
||||||
|
opacity: 0
|
||||||
|
})
|
||||||
|
.one({
|
||||||
|
load: function() {
|
||||||
|
$line.animate({opacity: 1}, 250);
|
||||||
|
}
|
||||||
})
|
})
|
||||||
.appendTo($box),
|
.appendTo($box),
|
||||||
$findInput = Ox.Input({
|
$findInput = Ox.Input({
|
||||||
|
|
Loading…
Reference in a new issue