Hi
I made new version of Back To Top module for Drupal 8.
Could you please review my code?
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | back_to_top-drupal-8-version-2203165-3.patch | 37.18 KB | shkiper |
| back_to_top.zip | 18.25 KB | shkiper |
Hi
I made new version of Back To Top module for Drupal 8.
Could you please review my code?
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | back_to_top-drupal-8-version-2203165-3.patch | 37.18 KB | shkiper |
| back_to_top.zip | 18.25 KB | shkiper |
Comments
Comment #1
acke commentedThanx! I try to check it out in as soon as possible.
Comment #2
estoyausenteSuscribe, if you create a new branch for this version, I try to help :-)
Comment #3
shkiper commentedHere is the patch to port Back To Top module to Drupal 8.
Comment #4
acke commentedI'll try to review this code during the summer. Look good at a quick glance.
Comment #6
acke commentedGreat work andrii! I tried the 8.x version and I found the syntax for including libraries had changed so to get the easing effect easeOutQuart working I changed
drupal_add_library('system', 'jquery.effects.core');
or:
$page['#attached']['library'][] = array('system', 'jquery.ui.effects.core');
to:
$page['#attached']['library'][] = 'core/jquery.ui.effects.core';
It's committed to the intital 8.x-1.x and I made this the 8.x-1.0-beta1 release.