Gobi-Stories / Gobi-Web-Integration

Documentation and integration examples of the embed story player
Apache License 2.0
4 stars 2 forks source link

Gobi 523/ak/make circles more clickable #3

Closed BeMoreHuman closed 5 years ago

BeMoreHuman commented 5 years ago
  1. added box-shadow to the bubbles default state.
  2. added animation to the bubbles border each time the bubbles are scrolled into the view. (check scroll event with 400ms debounce time)
  3. moved 'isInViewport' function to the utils.ts file.
  4. changed function 'addPrefixToClassName'.
  5. added initial viewPortChecker for loading bubbles border animation.
  6. added delay for bubbles border animation(100ms).