{"id":156197,"date":"2012-10-26T06:46:02","date_gmt":"2012-10-26T02:46:02","guid":{"rendered":"http:\/\/savepearlharbor.com\/?p=156197"},"modified":"-0001-11-30T00:00:00","modified_gmt":"-0001-11-29T21:00:00","slug":"","status":"publish","type":"post","link":"https:\/\/savepearlharbor.com\/?p=156197","title":{"rendered":"<span class=\"post_title\">\u041e\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u0438\u0435 \u043f\u043e\u0434\u0434\u0435\u0440\u0436\u043a\u0438 background-position-XY<\/span>"},"content":{"rendered":"<div class=\"content html_format\">   \t\u041d\u0435\u0434\u0430\u0432\u043d\u043e \u0432\u0441\u0442\u0430\u043b\u0430 \u0437\u0430\u0434\u0430\u0447\u0430 \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0438\u0442\u044c \u043f\u043e\u0434\u0434\u0435\u0440\u0436\u043a\u0443 background-position-x(y) \u0432 \u0431\u0440\u0430\u0443\u0437\u0435\u0440\u0435.<br \/>  \u0414\u043b\u044f \u0447\u0435\u0433\u043e? \u0414\u043b\u044f \u0442\u043e\u0433\u043e, \u0447\u0442\u043e\u0431\u044b \u043f\u0440\u0438\u043c\u0435\u043d\u0438\u0442\u044c css transition \u0442\u0430\u043c,<br \/>  \u0433\u0434\u0435 \u0431\u0440\u0430\u0443\u0437\u0435\u0440 \u043d\u0435 \u043f\u043e\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u0442 \u0430\u043d\u0438\u043c\u0430\u0446\u0438\u044e background \u043f\u043e \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u043d\u043e\u0439 \u043e\u0441\u0438.<\/p>\n<p>  \u0412\u043e\u0442 \u0441\u043d\u0438\u043f\u043f\u0435\u0442 \u0434\u043b\u044f jQuery:  <\/p>\n<pre><code>(function($){     \/\/ \u041f\u0440\u043e\u0432\u0435\u0440\u044f\u0435\u043c \u043f\u043e\u0434\u0434\u0435\u0440\u0436\u043a\u0443 background-position-x     var bgx = (function(el){         return typeof el.css('backgroundPositionX') !== 'undefined';     }(\/* \u0412\u0430\u0448 \u044d\u043b\u0435\u043c\u0435\u043d\u0442 *\/)); }(jQuery)); <\/code><\/pre>\n<p>  <a name=\"habracut\"><\/a><br \/>  \u041f\u0440\u0438\u043c\u0435\u0440:  <\/p>\n<pre><code>(function($){     \/\/ \u041f\u0440\u043e\u0432\u0435\u0440\u044f\u0435\u043c \u043f\u043e\u0434\u0434\u0435\u0440\u0436\u043a\u0443 background-position-x     var bgx = (function(el){         return typeof el.css('backgroundPositionX') !== 'undefined';     }($('.tabs li:first-child'))); \/\/ \u042d\u043b\u0435\u043c\u0435\u043d\u0442 \u0441 background \u0432 css }(jQuery)); <\/code><\/pre>\n<p>  \u0414\u043b\u044f \u0443\u0434\u043e\u0431\u0441\u0442\u0432\u0430 \u0434\u043e\u0431\u0430\u0432\u043b\u044f\u0435\u043c \u043a html \u043a\u043b\u0430\u0441\u0441 \u0432 \u0441\u0442\u0438\u043b\u0435 Modernizr, \u0447\u0442\u043e\u0431\u044b \u043f\u0440\u0438\u043c\u0435\u043d\u0438\u0442\u044c transition:  <\/p>\n<pre><code>(function($){     $('html').addClass(bgx ? 'bgx' : 'no-bgx'); }(jQuery)); <\/code><\/pre>\n<p>  \u0418 scss \u043a\u043e\u0434:  <\/p>\n<pre><code>.tabs { \tul { \t\tli { \t\t\tbackground-position: 2px 8px; \t\t\tbackground-repeat: no-repeat; \t\t\tbackground-image: url('..\/img\/marker.gif');  \t\t\t.no-bgx &:hover { \t\t\t\tbackground-position-x: 5px; \t\t\t}  \t\t.no-bgx & { \t\t\t@include transition(all 0.3s ease-out); \t\t} \t} } <\/code><\/pre>\n<p>  \u0415\u0441\u043b\u0438 \u0443 \u0432\u0430\u0441 \u043f\u043e\u0434\u043a\u043b\u044e\u0447\u0435\u043d <a href=\"http:\/\/modernizr.com\">Modernizr<\/a> \u0441 \u043f\u043b\u0430\u0433\u0438\u043d\u043e\u043c <a href=\"http:\/\/modernizr.com\/docs\/#addtest\">addTest()<\/a>, <a href=\"https:\/\/github.com\/Modernizr\/Modernizr\/pull\/608\"> \u0432\u043e\u0442 \u0442\u0443\u0442<\/a> \u0435\u0441\u0442\u044c \u0442\u0435\u0441\u0442 \u043d\u0430 \u0447\u0438\u0441\u0442\u043e\u043c JS.    \t   \t<\/p>\n<div class=\"clear\"><\/div>\n<\/p><\/div>\n<p> \u0441\u0441\u044b\u043b\u043a\u0430 \u043d\u0430 \u043e\u0440\u0438\u0433\u0438\u043d\u0430\u043b \u0441\u0442\u0430\u0442\u044c\u0438 <a href=\"http:\/\/habrahabr.ru\/post\/156197\/\"> http:\/\/habrahabr.ru\/post\/156197\/<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<div class=\"content html_format\">   \t\u041d\u0435\u0434\u0430\u0432\u043d\u043e \u0432\u0441\u0442\u0430\u043b\u0430 \u0437\u0430\u0434\u0430\u0447\u0430 \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0438\u0442\u044c \u043f\u043e\u0434\u0434\u0435\u0440\u0436\u043a\u0443 background-position-x(y) \u0432 \u0431\u0440\u0430\u0443\u0437\u0435\u0440\u0435.<br \/>  \u0414\u043b\u044f \u0447\u0435\u0433\u043e? \u0414\u043b\u044f \u0442\u043e\u0433\u043e, \u0447\u0442\u043e\u0431\u044b \u043f\u0440\u0438\u043c\u0435\u043d\u0438\u0442\u044c css transition \u0442\u0430\u043c,<br \/>  \u0433\u0434\u0435 \u0431\u0440\u0430\u0443\u0437\u0435\u0440 \u043d\u0435 \u043f\u043e\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u0442 \u0430\u043d\u0438\u043c\u0430\u0446\u0438\u044e background \u043f\u043e \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u043d\u043e\u0439 \u043e\u0441\u0438.<\/p>\n<p>  \u0412\u043e\u0442 \u0441\u043d\u0438\u043f\u043f\u0435\u0442 \u0434\u043b\u044f jQuery:  <\/p>\n<pre><code>(function($){     \/\/ \u041f\u0440\u043e\u0432\u0435\u0440\u044f\u0435\u043c \u043f\u043e\u0434\u0434\u0435\u0440\u0436\u043a\u0443 background-position-x     var bgx = (function(el){         return typeof el.css('backgroundPositionX') !== 'undefined';     }(\/* \u0412\u0430\u0448 \u044d\u043b\u0435\u043c\u0435\u043d\u0442 *\/)); }(jQuery)); <\/code><\/pre>\n<p>  <\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[],"tags":[],"class_list":["post-156197","post","type-post","status-publish","format-standard","hentry"],"_links":{"self":[{"href":"https:\/\/savepearlharbor.com\/index.php?rest_route=\/wp\/v2\/posts\/156197","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/savepearlharbor.com\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/savepearlharbor.com\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/savepearlharbor.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/savepearlharbor.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=156197"}],"version-history":[{"count":0,"href":"https:\/\/savepearlharbor.com\/index.php?rest_route=\/wp\/v2\/posts\/156197\/revisions"}],"wp:attachment":[{"href":"https:\/\/savepearlharbor.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=156197"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/savepearlharbor.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=156197"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/savepearlharbor.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=156197"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}