Files
ntspi-app/public/build/assets/BaseTemplate-CQBHFZy7.css
T
2024-09-19 16:06:49 +05:00

2 lines
529 B
CSS

@keyframes fade{0%{opacity:0}to{opacity:1}}.fade-enter-active,.fade-leave-active{transition:all .3s ease}.fade-enter-from,.fade-leave-to{opacity:0}@keyframes grow-progress{0%{transform:scaleX(0)}to{transform:scaleX(1)}}#progress{height:2px;background:#26acb8;z-index:10000;transform-origin:0 50%;animation:grow-progress auto linear;animation-timeline:scroll()}.example-initial-animation{animation:initial-animation 2s ease}@keyframes initial-animation{0%{transform:rotate(0)}50%{transform:rotate(360deg)}to{transform:rotate(0)}}