cardnotecell needs to update as the user navigates the deck, so I will need to keep at least one blank cardnotecell at all times, and clear current user notes from the container each time the user changes which card they're looking at.
This requires:
An animation to fade/transition the cardnotecells disappearing whenever a swipe to the L/R is detected
Reset the state of the containers children (cardnotecell blank + cardnotecell users notes)
Load user notes back into the container(if any)
An animation to fade in the cardnotecells
This can be reused in seeyourcards.tscn if it's done properly, so make it flexible, pay attention to how info is provided in both scenes
cardnotecell needs to update as the user navigates the deck, so I will need to keep at least one blank cardnotecell at all times, and clear current user notes from the container each time the user changes which card they're looking at.
This requires:
This can be reused in seeyourcards.tscn if it's done properly, so make it flexible, pay attention to how info is provided in both scenes