{"id":4755,"date":"2026-01-06T00:37:48","date_gmt":"2026-01-05T15:37:48","guid":{"rendered":"https:\/\/dennie.tokyo\/it\/?p=4755"},"modified":"2026-02-02T19:28:35","modified_gmt":"2026-02-02T10:28:35","slug":"%e3%80%90css%e3%80%91transform-translate","status":"publish","type":"post","link":"https:\/\/dennie.tokyo\/it\/?p=4755","title":{"rendered":"\u3010CSS\u3011transform translate"},"content":{"rendered":"\n<p>translate \u306f x\u8ef8\u304a\u3088\u3073y\u8ef8\u65b9\u5411\u306b\u8981\u7d20\u3092\u79fb\u52d5\u3055\u305b\u308b\u4e8b\u304c\u51fa\u6765\u307e\u3059\u3002<\/p>\n\n\n\n<!--more-->\n\n\n\n<h1 class=\"wp-block-heading\">translate()<\/h1>\n\n\n\n<p>translate \u306f\u4e0b\u8a18\u306e\u5f62\u5f0f\u3067x\u8ef8\u304a\u3088\u3073y\u8ef8\u65b9\u5411\u306e\u79fb\u52d5\u8ddd\u96e2\u3092\u6307\u5b9a\u3057\u307e\u3059\u3002\u5358\u4f4d\u306f px \u3084 %(\u30d1\u30fc\u30bb\u30f3\u30c8)\u304c\u6307\u5b9a\u51fa\u6765\u307e\u3059\u3002<\/p>\n\n\n\n<div class=\"hcb_wrap\"><pre class=\"prism line-numbers lang-css\" data-lang=\"CSS\"><code>transform: translate(x\u8ef8\u306e\u79fb\u52d5\u8ddd\u96e2, y\u8ef8\u306e\u79fb\u52d5\u8ddd\u96e2);<\/code><\/pre><\/div>\n\n\n\n<h1 class=\"wp-block-heading\">\u4f8b<\/h1>\n\n\n\n<p>\u4f8b\u3068\u3057\u3066\u3001\u8981\u7d20\u3092\u62bc\u4e0b\u3059\u308b\u3068\u8981\u7d20\u304cx\u8ef8\u3001y\u8ef8\u306b\u79fb\u52d5\u3059\u308b\u3088\u3046\u306a\u52d5\u304d\u3092\u3055\u305b\u3066\u307f\u307e\u3059\u3002<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">HTML<\/h2>\n\n\n\n<div class=\"hcb_wrap\"><pre class=\"prism line-numbers lang-html\" data-lang=\"HTML\"><code>&lt;div class=&quot;box_test translate&quot;&gt;\u4e2d\u592e&lt;\/div&gt;<\/code><\/pre><\/div>\n\n\n\n<h2 class=\"wp-block-heading\">CSS<\/h2>\n\n\n\n<div class=\"hcb_wrap\"><pre class=\"prism line-numbers lang-css\" data-lang=\"CSS\"><code>.box_test {\n  height: 100px;\n  width: 100px;\n  background-color: #adcd;\n  text-align: center;\n  line-height:100px;\n}\n\n.translate:active {\n  transform:translate(20px, 20px);\n}<\/code><\/pre><\/div>\n\n\n\n<h2 class=\"wp-block-heading\">\u7d50\u679c<\/h2>\n\n\n\n<p>\u8981\u7d20\u3092\u62bc\u4e0b\u3059\u308b\u3068x\u8ef8\u3001y\u8ef8\u306b20px\u79fb\u52d5\u3057\u307e\u3059\u3002<\/p>\n\n\n\n<style>\n.wrap {\n  height: 200px;\n  width: 200px;\n}\n\n.box_test {\n  height: 100px;\n  width: 100px;\n  background-color: #adcd;\n  text-align: center;\n  line-height:100px;\n}\n\n.translate_test:active {\n  transform:translate(20px, 20px);\n}\n<\/style>\n<div class=\"wrap\">\n<div class=\"box_test translate_test\">\u4e2d\u592e<\/div>\n<\/div>\n\n\n\n<h1 class=\"wp-block-heading\">\u30d1\u30fc\u30bb\u30f3\u30c8\u6307\u5b9a<\/h1>\n\n\n\n<p>%(\u30d1\u30fc\u30bb\u30f3\u30c8)\u3092\u6307\u5b9a\u3059\u308b\u3068\u81ea\u8eab\u306e\u8981\u7d20\u306e\u5927\u304d\u3055\u5206\u79fb\u52d5\u3057\u307e\u3059\u3002<\/p>\n\n\n\n<h1 class=\"wp-block-heading\">\u4f8b<\/h1>\n\n\n\n<p>\u4f8b\u3068\u3057\u3066\u3001\u8981\u7d20\u3092\u62bc\u4e0b\u3059\u308b\u3068\u8981\u7d20\u304c\u53f3(x\u8ef8\u65b9\u5411)\u3078\u79fb\u52d5\u3059\u308b\u3088\u3046\u306a\u52d5\u304d\u3092\u3055\u305b\u3066\u307f\u307e\u3059\u3002<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">HTML<\/h2>\n\n\n\n<p>\u540c\u3058\u306a\u306e\u3067\u5272\u611b\u3057\u307e\u3059\u3002<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">CSS<\/h2>\n\n\n\n<p>translateX() \u306fx\u8ef8\u65b9\u5411\u3078\u306e\u307f\u79fb\u52d5\u3055\u305b\u308b\u4e8b\u304c\u51fa\u6765\u307e\u3059\u3002100%\u3092\u6307\u5b9a\u3057\u3066\u3044\u308b\u306e\u3067\u8981\u7d20\u3092\u62bc\u4e0b\u3059\u308b\u3068\u8981\u7d20\u306e\u30b5\u30a4\u30ba\u5206x\u8ef8\u306b\u79fb\u52d5\u3057\u307e\u3059\u3002<\/p>\n\n\n\n<div class=\"hcb_wrap\"><pre class=\"prism line-numbers lang-css\" data-lang=\"CSS\"><code>.box_test {\n  height: 100px;\n  width: 100px;\n  background-color: #adcd;\n  text-align: center;\n  line-height:100px;\n}\n\n.translate:active {\n  transform:translateX(100%);\n}<\/code><\/pre><\/div>\n\n\n\n<h2 class=\"wp-block-heading\">\u7d50\u679c<\/h2>\n\n\n\n<p>\u8981\u7d20\u3092\u62bc\u4e0b\u3059\u308b\u3068x\u8ef8\u8981\u7d20\u306e\u30b5\u30a4\u30ba\u5206\u79fb\u52d5\u3057\u307e\u3059\u3002<\/p>\n\n\n\n<style>\n.wrap {\n  height: 200px;\n  width: 200px;\n}\n\n.box_test {\n  height: 100px;\n  width: 100px;\n  background-color: #adcd;\n  text-align: center;\n  line-height:100px;\n}\n\n.translate_test01:active {\n  transform:translateX(100%);\n}\n<\/style>\n<div class=\"wrap\">\n<div class=\"box_test translate_test01\">\u4e2d\u592e<\/div>\n<\/div>\n\n\n\n<h1 class=\"wp-block-heading\">\u6700\u5f8c\u306b<\/h1>\n\n\n\n<p>\u7279\u306b\u3042\u308a\u307e\u305b\u3093\u3002<\/p>\n","protected":false},"excerpt":{"rendered":"<p>translate \u306f x\u8ef8\u304a\u3088\u3073y\u8ef8\u65b9\u5411\u306b\u8981\u7d20\u3092\u79fb\u52d5\u3055\u305b\u308b\u4e8b\u304c\u51fa\u6765\u307e\u3059\u3002<\/p>\n","protected":false},"author":1,"featured_media":4723,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[9],"tags":[],"class_list":["post-4755","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-css"],"_links":{"self":[{"href":"https:\/\/dennie.tokyo\/it\/index.php?rest_route=\/wp\/v2\/posts\/4755","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/dennie.tokyo\/it\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/dennie.tokyo\/it\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/dennie.tokyo\/it\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/dennie.tokyo\/it\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=4755"}],"version-history":[{"count":12,"href":"https:\/\/dennie.tokyo\/it\/index.php?rest_route=\/wp\/v2\/posts\/4755\/revisions"}],"predecessor-version":[{"id":5128,"href":"https:\/\/dennie.tokyo\/it\/index.php?rest_route=\/wp\/v2\/posts\/4755\/revisions\/5128"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/dennie.tokyo\/it\/index.php?rest_route=\/wp\/v2\/media\/4723"}],"wp:attachment":[{"href":"https:\/\/dennie.tokyo\/it\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=4755"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/dennie.tokyo\/it\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=4755"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/dennie.tokyo\/it\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=4755"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}