ryangiglio / jquery-tweetMachine

A jQuery plugin that allows you to create a streaming Twitter feed using their new REST API v1.1
MIT License
49 stars 16 forks source link

FadeIn doesn't work on new tweets #6

Open ryangiglio opened 12 years ago

ryangiglio commented 12 years ago

I've had to animate opacity from 0 to 1 because starting the new tweets as hidden and using fadeIn() to show them didn't work (they just suddenly appeared). This isn't an issue but it makes the code slightly more verbose than I'd like. Mostly I'm just curious why it didn't work.