2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-11 18:02:28 +03:00

use transforms to make the dialog smooooth

This commit is contained in:
fat
2013-07-26 22:09:31 -07:00
parent fff2854c5e
commit 2cf1851d9f
5 changed files with 24 additions and 12 deletions
+6
View File
@@ -120,6 +120,12 @@
-webkit-transition-duration: @transition-duration;
transition-duration: @transition-duration;
}
.transition-transform(@transition) {
-webkit-transition: -webkit-transform @transition;
-moz-transition: -moz-transform @transition;
-o-transition: -o-transform @transition;
transition: transform @transition;
}
// Transformations
.rotate(@degrees) {