Freewall需要jQuery或Zepto框架。 它需要支持CSS3的浏览器才能获得一些不错的动画效果。
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 | <!DOCTYPE html> < html > < head > < title > freewall demo getting started</ title > < script src = "js/jquery-1.10.2.min.js" ></ script > < script src = "../freewall.js" ></ script > < style type = "text/css" > #container { width: 80%; margin: auto; } .item { background: rgb(135, 199, 135); width: 320px; height: 320px; } </ style > </ head > < body > < div id = "container" > < div class = "item" ></ div > < div class = "item" ></ div > < div class = "item" ></ div > < div class = "item" ></ div > < div class = "item" ></ div > < div class = "item" ></ div > < div class = "item" ></ div > </ div > < script > $(function() { var wall = new Freewall("#container"); wall.fitWidth(); }); </ script > </ body > </ html > |
特别申明:
本站所有资源都是由网友投稿发布,或转载各大下载站,请自行检测软件的完整性!
本站所有资源仅供学习与参考,请勿用于商业用途,否则产生的一切后果将由您自己承担!
如有侵权请联系我们删除下架,联系方式:lei1294551502@163.com