Links
-
-
-
-
-
-
-
-
-
- Source code
- github.com/AvaLilac/for-desktop
-
-
-
-
-
-
- Issues
- Report bugs or request features
-
-
-
-
+ @keyframes slideUp {
+ from {
+ opacity: 0;
+ transform: translateY(8px);
+ }
+ to {
+ opacity: 1;
+ transform: translateY(0);
+ }
+ }
+ @keyframes fadeIn {
+ from {
+ opacity: 0;
+ }
+ to {
+ opacity: 1;
+ }
+ }
+
+
+
+
- Dev branch
- Latest development changes
- License
-
-