j-eick/vocab-dojo

Modal: Repeated Question

Opened this issue · 0 comments

Description

Modal shows up, when user wantes to delete all existing flashcards in the collection.

Page: all_Vocabs

Tasks

  • Create Modal that shows up, when user click "remove all" button.

  • Modal consists of Question, Delete-Button, Close-Button

  • Modal can be closed via

    • Close-Button
    • Tapping somewhere outside the modal
  • Modal has 2 animations: fadeIn & fadeOut.

    • fade in
    • fade out

ERROR

Modal: fadeOut animation

When condition = true, Modal shows up with fadeIn animation.
When condition = false, Modal disappears without fadeOut animation.

File: Modal/index.jsx (line 103)