读书人

jquery animate动画片实例在线预览

发布时间: 2012-06-30 17:20:12 作者: rapoo

jquery animate动画实例,在线预览
http://each.sinaapp.com/born/

<scriptsrc="http://code.jquery.com/jquery-1.7.1.min.js"type="text/javascript"></script><script type="text/javascript">jQuery(function($) {init();});var init = function() {$("#div_message").show('slow').animate( {left : '+20px','font-size' : '+25px'}, 1000);};</script>

读书人网 >Web前端

热点推荐