感谢老师,终于踩完所有的坑,基于最新版webpack,附带详细注释
地址:https://github.com/yangxiaosen/gallery-by-react
演示:https://yangxiaosen.github.io/gallery-by-react/
欢迎纠错~
地址:https://github.com/yangxiaosen/gallery-by-react
演示:https://yangxiaosen.github.io/gallery-by-react/
欢迎纠错~
2017-02-07
if ( this.props.arrange.rotate ){
(['Moz', 'ms', 'Webkit', '']).forEach(function(value){
styleObj[value + 'Transform'] = 'rotate(' + this.props.arrange.rotate + 'deg)';
}.bind(this));
}
(['Moz', 'ms', 'Webkit', '']).forEach(function(value){
styleObj[value + 'Transform'] = 'rotate(' + this.props.arrange.rotate + 'deg)';
}.bind(this));
}
2017-02-06
看完视频发现:还需要加强下CSS3 景深,transfrom等知识,webpack,sass(学到了一个@at-root{})等知识,这项目中react知识相对较少。
2017-01-29
用ES6重写了,地址:https://github.com/ckinmind/gallery-by-react
符完整的项目说明和目录说明,欢迎star
符完整的项目说明和目录说明,欢迎star
2017-01-11
谢谢某个大哥的分享 http://www.imooc.com/video/11779 课程网站
,综合了老师和各位的例子,解决了各种坑,列出了各种注意点。欢迎小伙伴们参考.
源码:https://github.com/cllgeek/gallery-by-react/
预览:https://cllgeek.github.io/gallery-by-react/
另外:我收集整理了一份react的学习资料,https://github.com/cllgeek/react-tutorial
欢迎start 不定期更新.
,综合了老师和各位的例子,解决了各种坑,列出了各种注意点。欢迎小伙伴们参考.
源码:https://github.com/cllgeek/gallery-by-react/
预览:https://cllgeek.github.io/gallery-by-react/
另外:我收集整理了一份react的学习资料,https://github.com/cllgeek/react-tutorial
欢迎start 不定期更新.
2017-01-07
几个问题请教一下:1.火狐浏览器(自动更新)中,中间图片翻转时回合旁边的图片穿插后再还原;2各版本的IE都有问题.系统:win7 64 sp1旗舰版. 谁解决了,求github地址.
2017-01-03