【发布时间】:2012-01-02 14:28:23
【问题描述】:
是否可以平滑地为表格的宽度设置动画。每秒百分之十将是一个不错的速度。让它慢慢膨胀,不断膨胀?
加载中
<table id="01" width="80%" height="769">
1 秒
<table id="01" width="90%" height="769">
2 秒
<table id="01" width="100%" height="769">
3 秒
<table id="01" width="110%" height="769">
【问题讨论】:
标签: javascript jquery animation html-table width