标签: javascript html twitter-bootstrap animation css-transitions
如何使用Twitter Bootstrap在HTML中实现动画列表到网格转换?因此,当您在列表和网格之间切换时,它看起来像这样:
答案 0 :(得分:0)
您可以像这样使用CSS转换。你需要调整动画。
.row div { -webkit-transition: all 0.6s ease; -moz-transition: all 0.6s ease; -o-transition: all 0.6s ease; transition: all 0.6s ease; }
http://www.codeply.com/go/7GHR01JOez