From Design pattern
Jump to: navigation, search
(Created page with "{{#css: #mw-content-text h3 span { font-weight: 600; padding-left: 0px; } .mw-headline { font-weight: 600; } span.mw-editsection { font-weight: 200; position: relative; floa...")
 
(Blanked the page)
 
Line 1: Line 1:
{{#css:
 
#mw-content-text h3 span {
 
font-weight: 600;
 
padding-left: 0px;
 
}
 
  
.mw-headline {
 
font-weight: 600;
 
}
 
 
span.mw-editsection {
 
font-weight: 200;
 
position: relative;
 
float:right;
 
margin-right: 25px
 
}
 
 
span.mw-editsection a {
 
font-weight: 200;
 
}
 
 
.art-subpage {
 
background: #F7F7F7;
 
}
 
 
#mw-content-text p {
 
padding-top: 0px;
 
padding-bottom: 6px;
 
}
 
 
.mw-content-ltr ul {
 
margin: 0.3em 0 0 42px;
 
}
 
 
 
hr {
 
margin-top: 0px;
 
margin-bottom: 0px;
 
margin-left: -31px;
 
width: 720px;
 
border-bottom: 1px solid #E0E0DD;
 
border-left: 0px;
 
border-right: 0px;
 
border-top: 30px solid #F7F7F7;
 
}
 
<!--
 
#sun-col {
 
-webkit-column-count:2; /* Chrome, Safari, Opera */
 
-moz-column-count:2; /* Firefox */
 
column-count:2;
 
}
 
 
#sun-col p {
 
padding-left: 0px;
 
-->
 
}
 
 
}}
 
Turn page like Card는 컨텐츠 화면 간 이동할때 사용되는 패턴이다. 주로 현재 페이지와 동일한 레벨의 컨텐츠 간의 이동에서 사용된다.
 
 
Turn page like Card의 패턴에서 화면 간 이동에서는 현실에서 볼 수 있는 Card를 넘겨보는 메타포를 사용한 사례이다.
 
 
=== What Problem Does This Solve? ===
 
* Turn page like Card 패턴은 Scroll과 다르게 컨텐츠가 여러개의 page의 Card로 구성된 듯한 인식을 준다.
 
 
* Turn page like Card 패턴은 현재 페이지가 하나의 Card를 구성하고 있으며 다음 화면으로 전환되는 것을 현실의 Card를 넘기는 것을 이용하여 시각적으로 표현해 준다.
 
 
=== Example : 405번 사례 ===
 
{{#Widget:Vimeo|id=93552411|width=300|height=533|start=4s}}
 
----
 
 
[[Category:Metaphoric interaction]]
 

Latest revision as of 13:24, 28 May 2014