アニメーションなしでフォーカスを試してみましたが、完璧に機能しています。このような:
document.forms['search_form'].elements['search'].focus()
私がしたいこと?:
I am using Animation (Which is working Perfect). So how can i set Focus into
the **textfield** with Animation.
そうする目的:
So that i dont have to click into the textfield for typing anything in it.
ここに私のコードデモがあります: