{"id":416,"date":"2014-03-16T06:43:02","date_gmt":"2014-03-15T21:43:02","guid":{"rendered":"http:\/\/css.programming.jp\/?p=416"},"modified":"2015-02-27T17:29:02","modified_gmt":"2015-02-27T08:29:02","slug":"%e3%82%ab%e3%83%90%e3%83%bc%e3%83%95%e3%83%ad%e3%83%bc%e5%9e%8b%e3%82%b9%e3%83%a9%e3%82%a4%e3%83%89%e3%82%b7%e3%83%a7%e3%83%bc","status":"publish","type":"post","link":"https:\/\/css.programming.jp\/?p=416","title":{"rendered":"\u30ab\u30d0\u30fc\u30d5\u30ed\u30fc\u578b\u30b9\u30e9\u30a4\u30c9\u30b7\u30e7\u30fc"},"content":{"rendered":"<p>Cover Flow Type \u306e Slide SHow \u3067\u3042\u308b\u3002\u4ee5\u4e0b\u306b\u793a\u3059\u3088\u3046\u306b\u3001\u975e\u5e38\u306b\u30b7\u30f3\u30d7\u30eb\u306aCSS\u306e\u30b3\u30fc\u30c9\u3067\u3001\u3053\u306e\u3088\u3046\u306a\u30b9\u30e9\u30a4\u30c9\u30b7\u30e7\u30fc\u3092\u4f5c\u6210\u3067\u304d\u308b\u3068\u306f\u3002CSS animation \u3082\u304b\u306a\u308a\u306e\u3082\u306e\u3067\u3042\u308b\u3002\u3053\u3053\u3067\u306f\u3001perspective \u3068\u304b rotationY \u3068\u304b\u306e\u30d7\u30ed\u30d1\u30c6\u30a3\u30fc\u304c\u6709\u529b\u306a\u6b66\u5668\u3068\u306a\u3063\u3066\u3044\u308b\u304c\u3001Flash\u306eactionscript 3.0 \u306b\u5339\u6575\u3059\u308b\u6a5f\u80fd\u3068\u3044\u3048\u3088\u3046\u3002<br \/>\n\u3053\u3053\u3067\u306f\u3001\uff16\u679a\u306e\u30b9\u30e9\u30a4\u30c9\u304c\u4f7f\u308f\u308c\u3066\u3044\u3066\u3001\u3053\u306e\u679a\u6570\u304c\u8868\u793a\u306b\u8abf\u5ea6\u3088\u3044\u679a\u6570\u3067\u306f\u3042\u308b\u304c\uff08\uff16\u679a\u4ee5\u4e0b\u3067\u306f\u7a7a\u304d\u304c\u3067\u304d\u308b\uff09\u3001\u3082\u3063\u3068\u591a\u304f\u306e\u30b9\u30e9\u30a4\u30c9\u3092\u8868\u793a\u3057\u305f\u3044\u5834\u5408\u306f\u3001Stage\u306e\u5916\u3067\u5f85\u6a5f\u3055\u305b\u308b\u3053\u3068\u3067\u4f5c\u6210\u53ef\u80fd\u3067\u3042\u308b\u3002<\/p>\n<h4>\u30b5\u30f3\u30d7\u30eb<\/h4>\n<p><!-- \u3053\u3053\u304b\u3089HTML --><\/p>\n<div id=\"stage\">\n<div id=\"photo1\" class=\"photo\"><img loading=\"lazy\" decoding=\"async\" src=\"wp-images\/f1.jpg\" width=\"300\" height=\"300\"><\/div>\n<div id=\"photo2\" class=\"photo\"><img loading=\"lazy\" decoding=\"async\" src=\"wp-images\/f2.jpg\" width=\"300\" height=\"300\"><\/div>\n<div id=\"photo3\" class=\"photo\"><img loading=\"lazy\" decoding=\"async\" src=\"wp-images\/f3.jpg\" width=\"300\" height=\"300\"><\/div>\n<div id=\"photo4\" class=\"photo\"><img loading=\"lazy\" decoding=\"async\" src=\"wp-images\/f4.jpg\" width=\"300\" height=\"300\"><\/div>\n<div id=\"photo5\" class=\"photo\"><img loading=\"lazy\" decoding=\"async\" src=\"wp-images\/f5.jpg\" width=\"300\" height=\"300\"><\/div>\n<div id=\"photo6\" class=\"photo\"><img loading=\"lazy\" decoding=\"async\" src=\"wp-images\/f6.jpg\" width=\"300\" height=\"300\"><\/div>\n<\/div>\n<p><!-- \u3053\u3053\u304b\u3089CSS --><\/p>\n<style type=\"text\/css\">\n#stage {\n\tposition:relative;\n\twidth: 600px;\n\theight: 400px;\n\tbackground: #333;\n\toverflow:hidden;\n}\n.photo {\n\tposition: absolute;\n\tleft: 150px;top:50px;\n\tborder:#fff 2px solid;\n\tz-index:-1;\n}\n#photo1 {\n\t-webkit-animation:slidepass 18s infinite;\n\t-webkit-animation-delay:-9s;\n\tanimation:slidepass 18s infinite;\n\tanimation-delay:-9s;\n}\n#photo2 {\n\t-webkit-animation:slidepass 18s infinite;\n\t-webkit-animation-delay:-6s;\n\tanimation:slidepass 18s infinite;\n\tanimation-delay:-6s;\n}\n#photo3 {\n\t-webkit-animation:slidepass 18s infinite;\n\t-webkit-animation-delay:-3s;\n\tanimation:slidepass 18s infinite;\n\tanimation-delay:-3s;\n}\n#photo4 {\n\t-webkit-animation:slidepass 18s infinite;\n\t-webkit-animation-delay:-0s;\n\tanimation:slidepass 18s infinite;\n\tanimation-delay:0s;\n}\n#photo5 {\n\t-webkit-animation:slidepass 18s infinite;\n\t-webkit-animation-delay:3s;\n\tanimation:slidepass 18s infinite;\n\tanimation-delay:3s;\n}\n#photo6 {\n\t-webkit-animation:slidepass 18s infinite;\n\t-webkit-animation-delay:6s;\n\tanimation:slidepass 18s infinite;\n\tanimation-delay:6s;\n}\n@-webkit-keyframes slidepass {\n\t0% {-webkit-transform:perspective(1000px) rotateY(-95deg) translateZ(-300px);z-index:11;}\n\t10% {-webkit-transform:perspective(1000px) rotateY(-95deg) translateZ(-240px);z-index:12;}\n\t16.7% {-webkit-transform:perspective(1000px) rotateY(-95deg) translateZ(-240px);z-index:12;}\n\t26.7% {-webkit-transform:perspective(1000px) rotateY(-90deg) translateZ(-200px);z-index:13}\n\t33.3% {-webkit-transform:perspective(1000px) rotateY(-90deg) translateZ(-200px);z-index:13}\n\t43.3% {-webkit-transform:perspective(1000px) rotateY(0deg) translateZ(0px);z-index:14;}\n\t50% {-webkit-transform:perspective(1000px) rotateY(0deg) translateZ(0px);z-index:14;}\n\t60% {-webkit-transform:perspective(1000px) rotateY(90deg) translateZ(-200px);z-index:17;}\n\t66.7% {-webkit-transform:perspective(1000px) rotateY(90deg) translateZ(-200px);z-index:17;}\n\t76.7% {-webkit-transform:perspective(1000px) rotateY(95deg) translateZ(-240px);z-index:15;}\n\t83.4% {-webkit-transform:perspective(1000px) rotateY(95deg) translateZ(-240px);z-index:15;}\n\t93.7% {-webkit-transform:perspective(1000px) rotateY(95deg) translateZ(-300px);z-index:11}\n\t100% {-webkit-transform:perspective(1000px) rotateY(95deg) translateZ(-300px);z-index:11}\n}\n@keyframes slidepass {\n\t0% {transform:perspective(1000px) rotateY(-95deg) translateZ(-300px);z-index:11;}\n\t10% {transform:perspective(1000px) rotateY(-95deg) translateZ(-240px);z-index:12;}\n\t16.7% {transform:perspective(1000px) rotateY(-95deg) translateZ(-240px);z-index:12;}\n\t26.7% {transform:perspective(1000px) rotateY(-90deg) translateZ(-200px);z-index:13}\n\t33.3% {transform:perspective(1000px) rotateY(-90deg) translateZ(-200px);z-index:13}\n\t43.3% {transform:perspective(1000px) rotateY(0deg) translateZ(0px);z-index:14;}\n\t50% {transform:perspective(1000px) rotateY(0deg) translateZ(0px);z-index:14;}\n\t60% {transform:perspective(1000px) rotateY(90deg) translateZ(-200px);z-index:17;}\n\t66.7% {transform:perspective(1000px) rotateY(90deg) translateZ(-200px);z-index:17;}\n\t76.7% {transform:perspective(1000px) rotateY(95deg) translateZ(-240px);z-index:15;}\n\t83.4% {transform:perspective(1000px) rotateY(95deg) translateZ(-240px);z-index:15;}\n\t93.7% {transform:perspective(1000px) rotateY(95deg) translateZ(-300px);z-index:11}\n\t100% {transform:perspective(1000px) rotateY(95deg) translateZ(-300px);z-index:11}\n}\n<\/style>\n<h4>\u672c\u30b5\u30f3\u30d7\u30eb\u8868\u793a\u7528HTML<\/h4>\n<pre class=\"brush: xml; title: ; notranslate\" title=\"\">\r\n&lt;div id=&quot;stage&quot;&gt;\r\n    &lt;div id=&quot;photo1&quot; class=&quot;photo&quot;&gt;&lt;img src=&quot;wp-images\/f1.jpg&quot; width=&quot;300&quot; height=&quot;300&quot;&gt;&lt;\/div&gt;\r\n    &lt;div id=&quot;photo2&quot; class=&quot;photo&quot;&gt;&lt;img src=&quot;wp-images\/f2.jpg&quot; width=&quot;300&quot; height=&quot;300&quot;&gt;&lt;\/div&gt;\r\n    &lt;div id=&quot;photo3&quot; class=&quot;photo&quot;&gt;&lt;img src=&quot;wp-images\/f3.jpg&quot; width=&quot;300&quot; height=&quot;300&quot;&gt;&lt;\/div&gt;\r\n    &lt;div id=&quot;photo4&quot; class=&quot;photo&quot;&gt;&lt;img src=&quot;wp-images\/f4.jpg&quot; width=&quot;300&quot; height=&quot;300&quot;&gt;&lt;\/div&gt;\r\n    &lt;div id=&quot;photo5&quot; class=&quot;photo&quot;&gt;&lt;img src=&quot;wp-images\/f5.jpg&quot; width=&quot;300&quot; height=&quot;300&quot;&gt;&lt;\/div&gt;\r\n    &lt;div id=&quot;photo6&quot; class=&quot;photo&quot;&gt;&lt;img src=&quot;wp-images\/f6.jpg&quot; width=&quot;300&quot; height=&quot;300&quot;&gt;&lt;\/div&gt;\r\n&lt;\/div&gt;\r\n<\/pre>\n<h4>\u672c\u30b5\u30f3\u30d7\u30eb\u8868\u793a\u7528CSS<\/h4>\n<pre class=\"brush: css; title: ; notranslate\" title=\"\">\r\n\/* \u8868\u793a\u9818\u57df *\/\r\n#stage {\r\n\tposition:relative;\r\n\twidth: 600px;\r\n\theight: 400px;\r\n\tbackground: #333;\r\n\toverflow:hidden;\r\n}\r\n\/* \u30b9\u30e9\u30a4\u30c9\u5171\u901a *\/\r\n.photo {\r\n\tposition: absolute;\r\n\tleft: 150px;top:50px;\r\n\tborder:#fff 2px solid;\r\n\tz-index:-1;\r\n}\r\n\/* \u5404\u30b9\u30e9\u30a4\u30c9\u306eanimation\u8a2d\u5b9a *\/\r\n#photo1 {\r\n\t-webkit-animation:slidepass 18s infinite;\r\n\t-webkit-animation-delay:-9s;\r\n\tanimation:slidepass 18s infinite;\r\n\tanimation-delay:-9s;\r\n}\r\n#photo2 {\r\n\t-webkit-animation:slidepass 18s infinite;\r\n\t-webkit-animation-delay:-6s;\r\n\tanimation:slidepass 18s infinite;\r\n\tanimation-delay:-6s;\r\n}\r\n#photo3 {\r\n\t-webkit-animation:slidepass 18s infinite;\r\n\t-webkit-animation-delay:-3s;\r\n\tanimation:slidepass 18s infinite;\r\n\tanimation-delay:-3s;\r\n}\r\n#photo4 {\r\n\t-webkit-animation:slidepass 18s infinite;\r\n\t-webkit-animation-delay:-0s;\r\n\tanimation:slidepass 18s infinite;\r\n\tanimation-delay:0s;\r\n}\r\n#photo5 {\r\n\t-webkit-animation:slidepass 18s infinite;\r\n\t-webkit-animation-delay:3s;\r\n\tanimation:slidepass 18s infinite;\r\n\tanimation-delay:3s;\r\n}\r\n#photo6 {\r\n\t-webkit-animation:slidepass 18s infinite;\r\n\t-webkit-animation-delay:6s;\r\n\tanimation:slidepass 18s infinite;\r\n\tanimation-delay:6s;\r\n}\r\n\/* \u30b9\u30e9\u30a4\u30c9\u306e\u52d5\u304d\u30ef\u30f3\u30b5\u30a4\u30af\u30eb *\/\r\n@-webkit-keyframes slidepass {\r\n\t0% {-webkit-transform:perspective(1000px) rotateY(-95deg) translateZ(-300px);z-index:11;}\r\n\t10% {-webkit-transform:perspective(1000px) rotateY(-95deg) translateZ(-240px);z-index:12;}\r\n\t16.7% {-webkit-transform:perspective(1000px) rotateY(-95deg) translateZ(-240px);z-index:12;}\r\n\t26.7% {-webkit-transform:perspective(1000px) rotateY(-90deg) translateZ(-200px);z-index:13}\r\n\t33.3% {-webkit-transform:perspective(1000px) rotateY(-90deg) translateZ(-200px);z-index:13}\r\n\t43.3% {-webkit-transform:perspective(1000px) rotateY(0deg) translateZ(0px);z-index:14;}\r\n\t50% {-webkit-transform:perspective(1000px) rotateY(0deg) translateZ(0px);z-index:14;}\r\n\t60% {-webkit-transform:perspective(1000px) rotateY(90deg) translateZ(-200px);z-index:17;}\r\n\t66.7% {-webkit-transform:perspective(1000px) rotateY(90deg) translateZ(-200px);z-index:17;}\r\n\t76.7% {-webkit-transform:perspective(1000px) rotateY(95deg) translateZ(-240px);z-index:15;}\r\n\t83.4% {-webkit-transform:perspective(1000px) rotateY(95deg) translateZ(-240px);z-index:15;}\r\n\t93.7% {-webkit-transform:perspective(1000px) rotateY(95deg) translateZ(-300px);z-index:11}\r\n\t100% {-webkit-transform:perspective(1000px) rotateY(95deg) translateZ(-300px);z-index:11}\r\n}\r\n@keyframes slidepass {\r\n\t0% {transform:perspective(1000px) rotateY(-95deg) translateZ(-300px);z-index:11;}\r\n\t10% {transform:perspective(1000px) rotateY(-95deg) translateZ(-240px);z-index:12;}\r\n\t16.7% {transform:perspective(1000px) rotateY(-95deg) translateZ(-240px);z-index:12;}\r\n\t26.7% {transform:perspective(1000px) rotateY(-90deg) translateZ(-200px);z-index:13}\r\n\t33.3% {transform:perspective(1000px) rotateY(-90deg) translateZ(-200px);z-index:13}\r\n\t43.3% {transform:perspective(1000px) rotateY(0deg) translateZ(0px);z-index:14;}\r\n\t50% {transform:perspective(1000px) rotateY(0deg) translateZ(0px);z-index:14;}\r\n\t60% {transform:perspective(1000px) rotateY(90deg) translateZ(-200px);z-index:17;}\r\n\t66.7% {transform:perspective(1000px) rotateY(90deg) translateZ(-200px);z-index:17;}\r\n\t76.7% {transform:perspective(1000px) rotateY(95deg) translateZ(-240px);z-index:15;}\r\n\t83.4% {transform:perspective(1000px) rotateY(95deg) translateZ(-240px);z-index:15;}\r\n\t93.7% {transform:perspective(1000px) rotateY(95deg) translateZ(-300px);z-index:11}\r\n\t100% {transform:perspective(1000px) rotateY(95deg) translateZ(-300px);z-index:11}\r\n}\r\n<\/pre>\n<h4>CSS\u306e\u30b9\u30dd\u30c3\u30c8\u89e3\u8aac<\/h4>\n<p>\u30fb\uff16\u679a\u306e\u30b9\u30e9\u30a4\u30c9\u304c\u4e00\u6589\u306b\u79fb\u52d5\u3057\u3001\u4e2d\u592e\u306b\u6765\u305f\u6642\u306b\u5168\u9762\u8868\u793a\u306b\u3059\u308b\u3002animation \u30ef\u30f3\u30b5\u30a4\u30af\u30eb\u306e\u6642\u9593\u306f\uff11\uff18\u79d2\u3067\u3001\uff13\u79d2\u305a\u3064\u305a\u3089\u3057\u3066\u5404\u30b9\u30e9\u30a4\u30c9\u306eanimation\u3092\u518d\u751f\u3055\u305b\u308b\u3002<br \/>\n\u30fbanimation\u306f\u3001\u79fb\u52d5\u3001\u9759\u6b62\u306e\u7e70\u308a\u8fd4\u3057\u3092\u8a2d\u5b9a\u3057\u3066\u3044\u308b\u3002<br \/>\n\u30fb\u5168\u9762\u8868\u793a\u3067\u306a\u3044\u30b9\u30e9\u30a4\u30c9\u306e\u6a2a\u5e45\u306frotateY \u3067\u72ed\u304f\u3057\u3001\u9060\u8fd1\u611f\uff08\u5965\u306b\u306a\u308b\u307b\u3069\u9ad8\u3055\u3092\u77ed\u304f\uff09\u306f perspective \u30d7\u30ed\u30d1\u30c6\u30a3\u30fc\u3067\u5b9f\u73fe\u3057\u3066\u3044\u308b\u3002<\/p>\n<div class=\"ninja_onebutton\">\n<script type=\"text\/javascript\">\n\/\/<![CDATA[\n(function(d){\nif(typeof(window.NINJA_CO_JP_ONETAG_BUTTON_63425606c23ff308dc3d676e4f432981)=='undefined'){\n    document.write(\"<sc\"+\"ript type='text\\\/javascript' src='http:\\\/\\\/omt.shinobi.jp\\\/b\\\/63425606c23ff308dc3d676e4f432981'><\\\/sc\"+\"ript>\");\n}else{\n    window.NINJA_CO_JP_ONETAG_BUTTON_63425606c23ff308dc3d676e4f432981.ONETAGButton_Load();}\n})(document);\n\/\/]]>\n<\/script><span class=\"ninja_onebutton_hidden\" style=\"display:none;\"><?php the_permalink(); ?><\/span><span style=\"display:none;\" class=\"ninja_onebutton_hidden\"><?php the_title(); ?><\/span>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>Cover Flow Type \u306e Slide SHow \u3067\u3042\u308b\u3002\u4ee5\u4e0b\u306b\u793a\u3059\u3088\u3046\u306b\u3001\u975e\u5e38\u306b\u30b7\u30f3\u30d7\u30eb\u306aCSS\u306e\u30b3\u30fc\u30c9\u3067\u3001\u3053\u306e\u3088\u3046\u306a\u30b9\u30e9\u30a4\u30c9\u30b7\u30e7\u30fc\u3092\u4f5c\u6210\u3067\u304d\u308b\u3068\u306f\u3002CSS animation \u3082\u304b\u306a\u308a\u306e\u3082\u306e\u3067\u3042\u308b\u3002\u3053\u3053\u3067\u306f\u3001 &hellip; <a class=\"more-link\" href=\"https:\/\/css.programming.jp\/?p=416\">\u7d9a\u304d\u3092\u8aad\u3080 <span class=\"meta-nav\">&rarr;<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[3],"tags":[],"class_list":["post-416","post","type-post","status-publish","format-standard","hentry","category-3"],"_links":{"self":[{"href":"https:\/\/css.programming.jp\/index.php?rest_route=\/wp\/v2\/posts\/416","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/css.programming.jp\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/css.programming.jp\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/css.programming.jp\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/css.programming.jp\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=416"}],"version-history":[{"count":11,"href":"https:\/\/css.programming.jp\/index.php?rest_route=\/wp\/v2\/posts\/416\/revisions"}],"predecessor-version":[{"id":811,"href":"https:\/\/css.programming.jp\/index.php?rest_route=\/wp\/v2\/posts\/416\/revisions\/811"}],"wp:attachment":[{"href":"https:\/\/css.programming.jp\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=416"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/css.programming.jp\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=416"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/css.programming.jp\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=416"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}