MichaelPachec0 / nodejs-project-night

Project night for May 27 2022
MIT License
5 stars 12 forks source link

Flipping animation to reveal the pokemon. #16

Closed JoeDravarol closed 2 years ago

JoeDravarol commented 2 years ago

Self explanatory from the title. Though it requires #15 to be completed first.

It would be ideal to create the flipping animation in a new CSS-class so that there will not be any styling conflicts and we can add or remove the flipping animation by just adding the flipping class in JavaScript when neccesary.

@jericashall mention "you can pick if you'd like to work with JS or CSS animations."

CodingWithDan commented 2 years ago

I can take on the card flipping animations if no one else has already called dibs on it.

Dex-theDev commented 2 years ago

I'm excited to see how this gets done

MichaelPachec0 commented 2 years ago

Looks like #22 should fix #15 and make it possible to tackle this. Once that is merged, i can assign @CodingWithDan to this issue.