You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
/* jQuery Gridly
|
|
* Copyright 2015 Kevin Sylvestre
|
|
* 1.2.9
|
|
*/
|
|
.gridly, .gridly > :not(.dragging) {
|
|
-webkit-transition: all 0.4s ease-in-out;
|
|
-moz-transition: all 0.4s ease-in-out;
|
|
transition: all 0.4s ease-in-out; }
|
|
.gridly .dragging {
|
|
z-index: 800; }
|