{"id":2382,"date":"2023-05-29T01:23:08","date_gmt":"2023-05-28T17:23:08","guid":{"rendered":"https:\/\/www.tra56.com\/?p=2382"},"modified":"2023-05-29T01:24:12","modified_gmt":"2023-05-28T17:24:12","slug":"2382","status":"publish","type":"post","link":"https:\/\/www.tra56.com\/2382.html","title":{"rendered":"jQuery + css \u516c\u544a\u4ece\u5de6\u5f80\u53f3\u6eda\u52a8"},"content":{"rendered":"
<!DOCTYPE html>\r\n<html>\r\n<head>\r\n    <title>demo<\/title>\r\n    <style type="text\/css">\r\n        \r\n \r\n        .notice-content {\r\n            position: relative;\r\n            width: 800px;\r\n            height: 30px;\r\n            white-space: nowrap;\r\n            overflow: hidden;\r\n            float: left;\r\n            display: inline-block;\r\n            \/*margin-left: 55px;*\/\r\n            \/*margin-top: -30px;       *\/\r\n        }\r\n        .notice-text {\r\n            display: inline-block;\r\n            color: red;\r\n            font-size: 14px;\r\n            position: absolute;\r\n            width: 100%;\r\n            height: 100%;\r\n            cursor: pointer;\r\n        }\r\n    <\/style>\r\n<\/head>\r\n<body>\r\n<span class="notice-content">\r\n    <span class="notice-text">\r\n        \u516c\u544a\u5185\u5bb9\r\n    <\/span>\r\n<\/span>\r\n<script src="https:\/\/cdn.bootcss.com\/jquery\/3.3.1\/jquery.min.js"><\/script>\r\n<script type="text\/javascript">\r\n    $(function() {\r\n    \/\/ \u516c\u544a\u6eda\u52a8\r\n    $(".notice-content").textScroll();\r\n});\r\n \r\n\/**\r\n * \u4ece\u53f3\u5f80\u5de6\u6eda\u52a8\u6587\u5b57\r\n * @returns {undefined}\r\n *\/\r\n$.fn.textScroll = function() {\r\n    \/\/ \u6eda\u52a8\u6b65\u957f(\u6b65\u957f\u8d8a\u5927\u901f\u5ea6\u8d8a\u5feb)\r\n    var step_len = 60;\r\n    var this_obj = $(this);\r\n    var child = this_obj.children();\r\n    var this_width = this_obj.width();\r\n    var child_width = child.width();\r\n    var continue_speed = undefined;\/\/ \u6682\u505c\u540e\u6062\u590d\u52a8\u753b\u901f\u5ea6\r\n    \/\/ \u521d\u59cb\u6587\u5b57\u4f4d\u7f6e\r\n    child.css({\r\n        left: this_width\r\n    });\r\n \r\n    \/\/ \u521d\u59cb\u52a8\u753b\u901f\u5ea6speed\r\n    var init_speed = (child_width + this_width) \/ step_len * 1000;\r\n \r\n    \/\/ \u6eda\u52a8\u52a8\u753b\r\n    function scroll_run(continue_speed) {\r\n        var speed = (continue_speed == undefined ? init_speed : continue_speed);\r\n        child.animate({\r\n            left: -child_width\r\n        }, speed, "linear", function() {\r\n            $(this).css({\r\n                left: this_width\r\n            });\r\n            scroll_run();\r\n        });\r\n    }\r\n \r\n    \/\/ \u9f20\u6807\u52a8\u4f5c\r\n    child.on({\r\n        mouseenter: function() {\r\n            var current_left = $(this).position().left;\r\n            $(this).stop();\r\n            continue_speed = (-(-child_width - current_left) \/ step_len) * 1000;\r\n        },\r\n        mouseleave: function() {\r\n            scroll_run(continue_speed);\r\n            continue_speed = undefined;\r\n        }\r\n    });\r\n \r\n    \/\/ \u542f\u52a8\u6eda\u52a8\r\n    scroll_run();\r\n};\r\n<\/script>\r\n<\/body>\r\n<\/html><\/pre>\n

<\/p>\n","protected":false},"excerpt":{"rendered":"

<!DOCTYPE html> <html> <head> &n […]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1,2],"tags":[],"class_list":["post-2382","post","type-post","status-publish","format-standard","hentry","category-html","category-html5"],"_links":{"self":[{"href":"https:\/\/www.tra56.com\/wp-json\/wp\/v2\/posts\/2382"}],"collection":[{"href":"https:\/\/www.tra56.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.tra56.com\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.tra56.com\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.tra56.com\/wp-json\/wp\/v2\/comments?post=2382"}],"version-history":[{"count":2,"href":"https:\/\/www.tra56.com\/wp-json\/wp\/v2\/posts\/2382\/revisions"}],"predecessor-version":[{"id":2385,"href":"https:\/\/www.tra56.com\/wp-json\/wp\/v2\/posts\/2382\/revisions\/2385"}],"wp:attachment":[{"href":"https:\/\/www.tra56.com\/wp-json\/wp\/v2\/media?parent=2382"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.tra56.com\/wp-json\/wp\/v2\/categories?post=2382"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.tra56.com\/wp-json\/wp\/v2\/tags?post=2382"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}