first commit
This commit is contained in:
21
public/assets/scss/main/animation.scss
Normal file
21
public/assets/scss/main/animation.scss
Normal file
@@ -0,0 +1,21 @@
|
||||
@include keyframes(pulse-border) {
|
||||
0% {
|
||||
transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
|
||||
opacity: 1;
|
||||
}
|
||||
100% {
|
||||
transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
|
||||
opacity: 0;
|
||||
}
|
||||
}
|
||||
@include keyframes(h-p-a){
|
||||
0%{
|
||||
bottom: 30px;
|
||||
}
|
||||
50%{
|
||||
bottom: 60px;
|
||||
}
|
||||
100%{
|
||||
margin-top: 30px;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user