2016年11月16日

Angular2双向数据绑定

摘要: 看看Name的<input>标签,你会看到[(ngModel)]="model.name"的用法。 [()]表示:这里使用了双向绑定。 []表示:数据从Model流向View ()表示:数据从View流向Model 阅读全文

posted @ 2016-11-16 20:57 cjxhd 阅读(1462) 评论(0) 推荐(0) 编辑

CSS3在hover下的几种效果代码分享,CSS3在鼠标经过时的几种效果集锦

摘要: 效果一:360°旋转 修改rotate(旋转度数) 01 * {02 transition:All 0.4s ease-in-out;03 -webkit-transition:All 0.4s ease-in-out;04 -moz-transition:All 0.4s ease-in-out; 阅读全文

posted @ 2016-11-16 11:28 cjxhd 阅读(4850) 评论(0) 推荐(0) 编辑

导航