How do they achieve that nice sliding input box? All I notice is that, their form margin is changing when you paste something.
Do they use any plugin for jQuery?
Any idea?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Mmmhmmm… this is fun. The effect you see is not just the result of some clever animation, but also some interesting CSS. I’ve replicated this using some very basic jQuery, as well as a bit of CSS.
The jQuery is exceptionally simple – just utilizing the basic
animate()function.It’s the CSS that does most of the magic. See the demo for more.
Have a look at it here: http://www.jsfiddle.net/xFd5b/2/