commit
This commit is contained in:
parent
8029d2291d
commit
e1e28291a0
2 changed files with 5 additions and 3 deletions
|
@ -24,4 +24,6 @@ So, here is Nexus Polestar, a template they can build their desktop app on top o
|
|||
## What's the Difference?
|
||||
While FalixNodes Desktop has always been constructed using vanilla HTML, CSS, and JavaScript, as well as primitive code from 4 years ago and older to still navigate and add additional settings, Nexus Polestar will be developed with Astro, as well as SCSS and more modernized scripts for features such as navigating and additional settings.
|
||||
|
||||
By using Astro, I can make the template more component based, allowing for more flexiblity for other developers at these other companies.
|
||||
By using Astro, I can make the template more component based, allowing for more flexiblity for other developers at these other companies.
|
||||
|
||||
<style>div#Dashboard {margin: 70px 100px}</style>
|
|
@ -21,9 +21,9 @@
|
|||
left: 0px;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
opacity: 1;
|
||||
opacity: 0;
|
||||
pointer-events: none;
|
||||
// animation: 2.4s splash ease-in-out;
|
||||
animation: 2.4s splash ease-in-out;
|
||||
.splash-content {
|
||||
position: fixed;
|
||||
top: 50%;
|
||||
|
|
Reference in a new issue