I’m trying to pass an array of classes holding a comment each into a function that will display all the comments in a list. The purpose of the function is to make the list drop down down with an animated feel to it. Slightly different to use .slideDown and very similar to google+’s way of showing all comments of a post.
Here is a JSFiddle link from one of my other questions. This what I’m trying to do:
Here is my attempt to do the same thing but using an array of classes holding the comments instead of a for loop:
Don’t intend to give up on this.. been at it for days now.
Thanks in advance.
Kind regards
I think I know what you are going for. This isn’t exactly it but it might be useful: http://jsfiddle.net/xkfqN/19/
I have tried to recreate how google does their animation for a social network I worked on but gave up and just went with the way facebook does it…it just pops 🙂 I don’t know what kind of voodoo magic google does but it is really hard to replicate.