ease: "power1.inOut",
stagger: .15
}, .7)
+ .to(".active-screen .list-item .content", {
+ autoAlpha: 1,
+ stagger: .1
+ }, "<+=.3")
.to(".active-screen .footer-question", {
y: 0,
duration: 1,
height: 58px
@extend .radius
+opacity(.80,background-color,$neutral-color)
- +flex-config(space-between,false,false,center)
padding: 0 16px
cursor: pointer
border: 2px solid rgba($texts-color, .24)
position: relative
overflow: hidden
+ display: flex
&:after
content: ""
width: 100%
+opacity(.24,background-color,$ok-color)
*
z-index: 1
+ .content
+ opacity: 0
+ width: 100%
+ +flex-config(space-between,false,false,center)
input:checked+label
border-color: $texts-color
name="answer"
id="question-{{$position.$key}}" class="none" value="{{$key}}">
<label for="question-{{$position.$key}}" aria-keyshortcuts="{{$alphabet[$key]}}">
- <span class="relative">{{$answer['answer']}}</span>
- <span class="access">{{$alphabet[$key]}}</span>
+ <span class="content">
+ <span class="relative">{{$answer['answer']}}</span>
+ <span class="access">{{$alphabet[$key]}}</span>
+ </span>
</label>
</li>
@endforeach
<img src="{{$theme->standardImage}}"/>
<img class="mobile question-multiple" src="{{$theme->standardImageMobile}}"/>
</div>
- @include('footer', ['question' =>$question, 'data' => $data, 'reset' => true, 'info' => true])
+ @include('footer', ['question' => $question, 'data' => $data, 'reset' => true, 'info' => true])
</div>