{"id":163,"date":"2014-05-30T23:44:59","date_gmt":"2014-05-30T23:44:59","guid":{"rendered":"http:\/\/localhost\/__sites\/3d_blog\/?p=163"},"modified":"2014-06-06T09:16:05","modified_gmt":"2014-06-06T09:16:05","slug":"easing-fix-for-wordpress","status":"publish","type":"post","link":"https:\/\/blog.silverterra.net\/?p=163","title":{"rendered":"easing fix for wordpress"},"content":{"rendered":"<blockquote><p>Goal: run easing animations under my page.<\/p><\/blockquote>\n<p>The story similar to jQuery and wordpress one. <\/p>\n<p>Find the <code data-enlighter-language=\"php\" class=\"EnlighterJSRAW\">header.php<\/code> file in the theme directory and include two lines above <code data-enlighter-language=\"php\" class=\"EnlighterJSRAW\">&lt;?php wp_head(); ?&gt;<\/code> like this<\/p>\n<pre data-enlighter-language=\"php\" class=\"EnlighterJSRAW\" data-enlighter-highlight=\"4,5\">\r\n...\r\n&lt;?php \r\nwp_enqueue_script(&quot;jquery&quot;);\r\nwp_enqueue_script('easing', get_stylesheet_directory_uri() . '\/js\/jquery.easing.1.3.js');\r\nwp_enqueue_script('easing-comp', get_stylesheet_directory_uri() . '\/js\/jquery.easing.compatibility.js');\r\n?&gt;\r\n&lt;?php wp_head(); ?&gt;\r\n...\r\n<\/pre>\n<blockquote><p>see also: <a href=\"?p=168\" title=\"Easing Cheat Sheet\">Easing Cheat Sheet<\/a><\/p><\/blockquote>\n","protected":false},"excerpt":{"rendered":"<p>Goal: run easing animations under my page. The story similar to jQuery and wordpress one. Find the file in the theme directory and include two lines above like this see also: Easing Cheat Sheet<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[7,4],"tags":[],"class_list":["post-163","post","type-post","status-publish","format-standard","hentry","category-jquery","category-wordpress"],"_links":{"self":[{"href":"https:\/\/blog.silverterra.net\/index.php?rest_route=\/wp\/v2\/posts\/163","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/blog.silverterra.net\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/blog.silverterra.net\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/blog.silverterra.net\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/blog.silverterra.net\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=163"}],"version-history":[{"count":6,"href":"https:\/\/blog.silverterra.net\/index.php?rest_route=\/wp\/v2\/posts\/163\/revisions"}],"predecessor-version":[{"id":405,"href":"https:\/\/blog.silverterra.net\/index.php?rest_route=\/wp\/v2\/posts\/163\/revisions\/405"}],"wp:attachment":[{"href":"https:\/\/blog.silverterra.net\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=163"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/blog.silverterra.net\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=163"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/blog.silverterra.net\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=163"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}