This repository has been archived by the owner on Apr 4, 2023. It is now read-only.
Popup don't need to be writed in html. but automatically generated
Pre-release
Pre-release
-
we need to simplify the life of the user,
- so this is why the popup HTML elements don't need to be written in HTML.
- but be inserted only one time at the start of the program.
- not at the start, but only when the user uses
Gss
for visualizing/animating the code. (usingstatic
keyword)
- not at the start, but only when the user uses
-
the popup needs to be inserted inside the parent container
- parentHtmlContainer: that can be
#app
, or<body>
or custom div.
- parentHtmlContainer: that can be
another thing to solve is... adding a zIndex
to all lines, from bigger to smaller. (so we don't have any more UI bugs)
for example:
- if we have 5 lines.
- the first line is
z-index: 5;
, then 4, 3, 2, 1