You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now we are using a dependency to draw a static checkmark on all our pages.
Problem
Having unnecessary dependencies, for one, makes our code slower, but also it does not have an interesting animation feedback when the user gets the answer correct.
Proposed Solution
I would advise to use an existing checkmark SVG found online or through one of these solutions, but for learning purposes, I would definitely understand how the CSS interacts with the SVG (ie. what class corresponds to what and what each CSS property does). You could also look into SVG animations for fun as well before/after this issue.
Context
Right now we are using a dependency to draw a static checkmark on all our pages.
Problem
Having unnecessary dependencies, for one, makes our code slower, but also it does not have an interesting animation feedback when the user gets the answer correct.
Proposed Solution
I would advise to use an existing checkmark SVG found online or through one of these solutions, but for learning purposes, I would definitely understand how the CSS interacts with the SVG (ie. what class corresponds to what and what each CSS property does). You could also look into SVG animations for fun as well before/after this issue.
Example Solution
Example Solution
This is a 🚀 Feature Request
The text was updated successfully, but these errors were encountered: