Skip to content

Memory game disappear animation leaves ghosts #12

Open
@cdlm

Description

@cdlm

When you find a pair, cards are animated scaling smaller and getting transparent.
They're supposed to become fully invisible but they don't, and the ghost cards left behind are still interactive.

Solved memory game with zombie cards

In the screenshot, the game is fully solved. The small square in the rightmost column is an example of a card that didn't fully disappear. There are other smaller ones in the first row. The code is supposed to scale the cards down to 1% of their full size which is much smaller than that.

The two big ghost cards in the middle are what you get by clicking those tiny squares.

To me this suggests either that the animation stops before it's really finished, or that when it stops it doesn't get a chance to update the card elements to their final state.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions