mirror of
https://github.com/mgrove36/bbc-young-reporter.git
synced 2026-03-03 19:37:05 +00:00
3 lines
139 B
JavaScript
3 lines
139 B
JavaScript
// $(window).scroll(function () {
|
|
// $(".article-section").css("background-position","50% " + ($(this).scrollTop() / 2) + "px");
|
|
// });
|