@noamweisssSubmitted almost 2 years ago
Benjamin Lutz
@benlutzAll comments
- @benlutzPosted almost 2 years ago
Hey, I just came across your solution and wanted to give you a quick feedback (if that's alright):
Your solution "hides" the second step below the current viewport, but users are able to just scroll down to it. You could try to disable scrolling on the body so users would not find the second step without submitting the form. Alternatively, you may put a "display: none" on the second card, as long as it's not needed!
However I like you animation! Hope that helps, have fun coding!
0