Files
bbc-young-reporter/js/home.js
2020-03-02 20:19:40 +00:00

3 lines
139 B
JavaScript

// $(window).scroll(function () {
// $(".article-section").css("background-position","50% " + ($(this).scrollTop() / 2) + "px");
// });