Textarea文本模糊动画方法

时间:2017-08-12 01:44:30

标签: javascript jquery html css

enter image description here

我如何在textarea上解决此问题? 我正在使用jquery mobile。 当我为textarea增加动画效果时,我的文字模糊不清。

my textarea:

<button class="divArea"><textarea rows="2" class="description" readonly></textarea></button>

我像这样动画textarea:

$(".description").animate({ height: '250px' }, 500);

我也试过像这样放大textarea:

$(".description").attr('rows', '10');

但不起作用(textarea maintein的初始行数为2)。

0 个答案:

没有答案