26.10.2014 Views

Untitled - Cultura Digital

Untitled - Cultura Digital

Untitled - Cultura Digital

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

}<br />

'class': '',<br />

html: content.join('')<br />

}).appendTo(feedContentId);<br />

// show feed window<br />

$<br />

('#comunityFeedBg_'+feedsLoadedId).fadeIn('fast',function(){<br />

$<br />

('#comunityFeed_'+feedsLoadedId).animate({'top':'160px'},500);<br />

});<br />

}<br />

}<br />

// botao fechar popup dos feeds ..<br />

$('*[id*="comunityFeedCloseBtn_"]').click(function() {<br />

var id = this.id.split("_")[1];<br />

});<br />

$('#comunityFeed_'+id).animate({'top':'-400px'},500,function(){<br />

$('#comunityFeedBg_'+id).fadeOut('fast');<br />

});<br />

});<br />

// o tempo das coisas<br />

$('#luz').slider({<br />

range: true,<br />

values: [17, 67]<br />

});<br />

function tweetsOk(json){<br />

var content = [];<br />

for (var x = 0; x < json.tweets.length || x == 10 ; x++) {<br />

var tweet = json.tweets[x];<br />

var message = "\"<br />

"+tweet.text+" \""+"@"+tweet.user +" em "+tweet.createdAt;<br />

content.push('' +<br />

message + '');<br />

}<br />

$('#tweets').html(""); // reset<br />

$('', {<br />

'class': 'tweets',<br />

html: content.join('')<br />

}).appendTo('#tweets');<br />

$('#seiva0').animate({'top':'160px'},500);<br />

}<br />

});<br />

// cotidiano info<br />

$('#raiz1').click(function(){<br />

$('#neblina1').fadeIn('fast',function(){<br />

$('#seiva1').animate({'top':'160px'},500);<br />

});<br />

$('#extraiseiva1').click(function(){<br />

$('#seiva1').animate({'top':'-400px'},500,function(){<br />

$('#neblina1').fadeOut('fast');<br />

});<br />

});

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!