graphical xp

This commit is contained in:
Paul Schneider 2017-05-28 06:15:04 +02:00
commit bed92f2fde
3 changed files with 138 additions and 113 deletions

View file

@ -166,14 +166,14 @@ textarea {
}
.carousel .item .carousel-caption-s {
-webkit-transition: -webkit-transform 2s background-color 1s color 1s;
-webkit-transition: -webkit-transform 2s background-color 2s color 2s;
-moz-transition: transform 2s background-color 2s color 2s;
transition: transform 2s;
transform: scale3d(0, 0, 0);
-webkit-transform: scale3d(0, 0, 0);
}
.carousel .active .carousel-caption-s {
.carousel .item.active .carousel-caption-s {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}