1
This commit is contained in:
8
miniprogram/pages/diet-status/index.wxss
Normal file
8
miniprogram/pages/diet-status/index.wxss
Normal file
@@ -0,0 +1,8 @@
|
||||
page {
|
||||
animation: slideIn 260ms ease;
|
||||
}
|
||||
|
||||
@keyframes slideIn {
|
||||
from { opacity: 0; transform: translateY(8rpx); }
|
||||
to { opacity: 1; transform: translateY(0); }
|
||||
}
|
||||
Reference in New Issue
Block a user