{"id":3905,"date":"2022-01-24T10:30:02","date_gmt":"2022-01-24T01:30:02","guid":{"rendered":"https:\/\/suzutukiblog.com\/?p=3905"},"modified":"2022-10-08T00:32:41","modified_gmt":"2022-10-07T15:32:41","slug":"portfolio2","status":"publish","type":"post","link":"https:\/\/suzutukiblog.com\/index.php\/2022\/01\/24\/portfolio2\/","title":{"rendered":"\u30dd\u30fc\u30c8\u30d5\u30a9\u30ea\u30aa\u4f5c\u6210\u3067\u5f97\u305f\u30c6\u30af\u30cb\u30c3\u30af2(\u5099\u5fd8\u9332\uff1a\u968f\u6642\u8ffd\u52a0)"},"content":{"rendered":"<h3>\u4f5c\u6210\u3057\u3066\u304b\u3089\u6642\u9593\u304c\u7acb\u3063\u3066\u3060\u3044\u3076\u5fd8\u308c\u3066\u304d\u3066\u3044\u308b\u306e\u3067\u3059\u3050\u306b\u601d\u3044\u51fa\u305b\u308b\u3088\u3046\u306b\u6b8b\u3057\u3066\u304a\u304f<\/h3>\n<h3>1:\u30da\u30fc\u30b8\u30ed\u30fc\u30c0\u30fc\u306e\u5b9f\u88c5(Rails)<\/h3>\n<p>\u307e\u305a\u521d\u3081\u306bPace.js\u3092\u30b3\u30c1\u30e9\u304b\u3089\u624b\u306b\u5165\u308c\u307e\u3059<\/p>\n<p><a href=\"https:\/\/raw.githubusercontent.com\/HubSpot\/pace\/v1.0.0\/pace.min.js\">https:\/\/raw.githubusercontent.com\/HubSpot\/pace\/v1.0.0\/pace.min.js<\/a><\/p>\n<h4>pace.js\u3092\u4ee5\u4e0b\u306e\u3088\u3046\u306b\u914d\u7f6e<\/h4>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-3908\" src=\"https:\/\/suzutukiblog.com\/wp-content\/uploads\/2021\/06\/71d26120c1c1944899b7f1ced152a2b7.png\" alt=\"\" width=\"590\" height=\"878\" srcset=\"https:\/\/suzutukiblog.com\/wp-content\/uploads\/2021\/06\/71d26120c1c1944899b7f1ced152a2b7.png 590w, https:\/\/suzutukiblog.com\/wp-content\/uploads\/2021\/06\/71d26120c1c1944899b7f1ced152a2b7-202x300.png 202w\" sizes=\"auto, (max-width: 590px) 100vw, 590px\" \/><\/p>\n<h3>SCSS\u306e\u8a18\u8ff0<\/h3>\n<p><!--more--><\/p>\n<h4>loader.scss\u3092\u4ee5\u4e0b\u306e\u3088\u3046\u306b\u8a18\u8ff0\u3057\u307e\u3059<\/h4>\n<pre><strong>@import 'variables';<\/strong>\r\n<strong>@import 'mixin';<\/strong>\r\n<strong>@import \"base\";<\/strong>\r\n\r\n.pace-done #global-container {\r\n  \/\/ \u3086\u3063\u304f\u308a\u3068\u30b3\u30f3\u30c6\u30f3\u30c4\u3092\u8868\u793a\r\n  transition: opacity 1s;\r\n  height: 100%!important;\r\n  opacity: 1 !important;\r\n}\r\n\r\n#global-container {\r\n  \/\/ \u753b\u9762\u304c\u66f4\u65b0\u3055\u308c\u3066\u3044\u308b\u9593\u306f\u30b3\u30f3\u30c6\u30f3\u30c4\u3092\u975e\u8868\u793a\r\n  opacity: 0;\r\n}\r\n\r\n.pace {\r\n  z-index: 2000;\r\n  \/\/ \u753b\u9762\u3092\u4e2d\u592e\u306b\u3059\u308b\u305f\u3081\u306e\u8a2d\u5b9a(bottom\u307e\u3067)\r\n  position: fixed;\r\n  margin: auto;\r\n  top: 0;\r\n  left: 0;\r\n  right: 0;\r\n  bottom: 0;\r\n  width: 100px;\r\n  height: 100px;\r\n}\r\n\r\n.pace .pace-progress {\r\n  transform: none !important;\r\n  text-align: center;\r\n}\r\n\r\n.pace .pace-progress:after {\r\n  content: attr(data-progress-text);\r\n  display: inline-block;\r\n  font-weight: 100;\r\n  font-size: 2em;\r\n  font-family: \"Helvetica Neue\", \"Yu Gothic\", sans-serif;\r\n  color: $cSubTitle;\r\n}\r\n\r\n.pace.pace-inactive {\r\n  display: none;\r\n}\r\n\r\n.pace-progress-inner {\r\n  width: 40px;\r\n  height: 40px;\r\n  background-color: $cWineRed;\r\n  \/\/ \u4e2d\u592e\u63c3\u3048\u306b\u3059\u308b\r\n  margin: 0 auto;\r\n  @include animation(\r\n          $name: sk-rotateplane,\r\n          $duration: 1.2s,\r\n          $iteration-count: infinite,\r\n          $timing-function: ease-in-out\r\n  );\r\n}\r\n\r\n@keyframes sk-rotateplane {\r\n  0% {\r\n    transform: perspective(120px) rotateX(0deg) rotateY(0deg);\r\n  }\r\n  50% {\r\n    transform: perspective(120px) rotateX(-180deg) rotateY(0deg);\r\n  }\r\n  100% {\r\n    transform: perspective(120px) rotateX(-180deg) rotateY(-180deg);\r\n  }\r\n}<\/pre>\n<h3>application.js\u3092\u4ee5\u4e0b\u306e\u3088\u3046\u306b\u8a18\u8ff0\u3057\u307e\u3059<\/h3>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-3909\" src=\"https:\/\/suzutukiblog.com\/wp-content\/uploads\/2021\/06\/15aa058c4e2d1ffb0e0fe1f571ffb310.png\" alt=\"\" width=\"1924\" height=\"1220\" srcset=\"https:\/\/suzutukiblog.com\/wp-content\/uploads\/2021\/06\/15aa058c4e2d1ffb0e0fe1f571ffb310.png 1924w, https:\/\/suzutukiblog.com\/wp-content\/uploads\/2021\/06\/15aa058c4e2d1ffb0e0fe1f571ffb310-300x190.png 300w, https:\/\/suzutukiblog.com\/wp-content\/uploads\/2021\/06\/15aa058c4e2d1ffb0e0fe1f571ffb310-1024x649.png 1024w, https:\/\/suzutukiblog.com\/wp-content\/uploads\/2021\/06\/15aa058c4e2d1ffb0e0fe1f571ffb310-768x487.png 768w, https:\/\/suzutukiblog.com\/wp-content\/uploads\/2021\/06\/15aa058c4e2d1ffb0e0fe1f571ffb310-1536x974.png 1536w, https:\/\/suzutukiblog.com\/wp-content\/uploads\/2021\/06\/15aa058c4e2d1ffb0e0fe1f571ffb310-624x396.png 624w\" sizes=\"auto, (max-width: 1924px) 100vw, 1924px\" \/><\/p>\n<p>\u8aad\u307f\u8fbc\u3080\u9806\u756a\u304c\u91cd\u8981\u306a\u306e\u3067\u6ce8\u610f<\/p>\n<p>&nbsp;<\/p>\n","protected":false},"excerpt":{"rendered":"<p>\u4f5c\u6210\u3057\u3066\u304b\u3089\u6642\u9593\u304c\u7acb\u3063\u3066\u3060\u3044\u3076\u5fd8\u308c\u3066\u304d\u3066\u3044\u308b\u306e\u3067\u3059\u3050\u306b\u601d\u3044\u51fa\u305b\u308b\u3088\u3046\u306b\u6b8b\u3057\u3066\u304a\u304f 1:\u30da\u30fc\u30b8\u30ed\u30fc\u30c0\u30fc\u306e\u5b9f\u88c5(Rails) \u307e\u305a\u521d\u3081\u306bPace.js\u3092\u30b3\u30c1\u30e9\u304b\u3089\u624b\u306b\u5165\u308c\u307e\u3059 https:\/\/raw.githubuserco [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"footnotes":""},"categories":[13],"tags":[],"class_list":["post-3905","post","type-post","status-publish","format-standard","hentry","category-rails"],"aioseo_notices":[],"_links":{"self":[{"href":"https:\/\/suzutukiblog.com\/index.php\/wp-json\/wp\/v2\/posts\/3905","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/suzutukiblog.com\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/suzutukiblog.com\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/suzutukiblog.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/suzutukiblog.com\/index.php\/wp-json\/wp\/v2\/comments?post=3905"}],"version-history":[{"count":6,"href":"https:\/\/suzutukiblog.com\/index.php\/wp-json\/wp\/v2\/posts\/3905\/revisions"}],"predecessor-version":[{"id":5113,"href":"https:\/\/suzutukiblog.com\/index.php\/wp-json\/wp\/v2\/posts\/3905\/revisions\/5113"}],"wp:attachment":[{"href":"https:\/\/suzutukiblog.com\/index.php\/wp-json\/wp\/v2\/media?parent=3905"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/suzutukiblog.com\/index.php\/wp-json\/wp\/v2\/categories?post=3905"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/suzutukiblog.com\/index.php\/wp-json\/wp\/v2\/tags?post=3905"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}