roschaefer 9da40c4895 fix: avoid many scrollTo calls for n components
Thank you @vbelolapotkov for pointing out the flaws here:
https://github.com/Human-Connection/Human-Connection/pull/1756#discussion_r329361572

So here is my attempt to fix it:
* Install `vue-scrollto` which relies on `requestAnimationFrame`
  - apparently this is better on Safari and IE? 🤔
  - Mocking out entire modules is easier in jest:
    https://jestjs.io/docs/en/bypassing-module-mocks
* Require `checkAnchor` to be implemented on the component
2019-10-01 11:55:18 +02:00
..
2019-05-29 09:47:24 -03:00
2019-09-19 01:05:43 +02:00
2019-08-15 21:29:37 +01:00
2019-09-10 09:31:59 +02:00
2019-09-10 03:35:10 +02:00
2019-08-21 13:17:32 +02:00
2019-08-09 13:21:54 +02:00
2019-09-06 16:42:16 +02:00
2019-09-19 13:21:51 +02:00
2019-07-10 13:58:11 +02:00
2019-05-23 19:40:39 +02:00
2019-05-23 19:40:39 +02:00
2019-09-20 22:37:38 +02:00
2019-08-13 11:05:29 +02:00
2019-05-29 09:47:24 -03:00
2019-05-29 09:47:24 -03:00
2019-09-25 10:32:35 +03:00
2019-08-02 16:10:19 +02:00