瀏覽代碼

Station card transitions

Owen Diffey 7 年之前
父節點
當前提交
0083d137c4
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. 3 0
      frontend/components/pages/Home.vue

+ 3 - 0
frontend/components/pages/Home.vue

@@ -233,6 +233,8 @@
 		cursor: pointer;
 		height: 475px;
 
+		transition: all ease-in-out 0.2s;
+
 		.card-content {
 			max-height: 159px;
 
@@ -251,6 +253,7 @@
 
 	.station-card:hover {
 		box-shadow: 0 2px 3px rgba(10, 10, 10, 0.3), 0 0 10px rgba(10, 10, 10, 0.3);
+		transition: all ease-in-out 0.2s;
 	}
 
 	/*.isPrivate {