BREAKING - Better calls from frontend

This commit is contained in:
2021-02-09 23:02:11 +01:00
parent 6d72011bed
commit a28a53d34b
8 changed files with 199 additions and 134 deletions

View File

@@ -17,11 +17,12 @@ views:
style:
top: 50%
left: 50%
transform: none
animation: spin 4s linear infinite
style: |
@keyframes spin {
100% {
transform: rotate(360deg);
transform: rotate(359deg);
}
}
- type: button