jshreyans / frontend-101

Front-end winter assignment for Department of Visual Media. These include tasks based on Vanilla JS and CSS.
0 stars 1 forks source link

A3 bugs #8

Closed kunal-mohta closed 5 years ago

kunal-mohta commented 5 years ago
  1. Animations go wrong when the window is being resized. (See the gif below)
  2. The timing function of the animation doesn't seem to be consistent. It is slow in one cycle, and fast in another. Try to achieve it similar to the video provided in the assignment. ezgif-3-730a6142289e
jshreyans commented 5 years ago

Bug - I was using the same animation name in all the media queries. That made the animations go haywire as soon as the viewport size crossed the query's boundary line.

kunal-mohta commented 5 years ago

Looks fine now!