1.1.1 #Behaviours.animation.animations Animations
A small collection of predefined and reusable animations, useful for loading spinners, validations states etc.
Animations with * use transition.
Browser support: IE10+, Safari6+, Firefox30+, Chrome30+
Markup
<div class="sb-padding [modifier class] sb-justify-content-center sb-align-items-center sb-flex" style="width: 80px; border-radius:50%; background-color: #008aab; width: 75px; height: 75px; color: #fff;">
Weeee
</div>
1.1.2 #Behaviours.animation.fading-content Fading content animation
Predefined and reusable animations, useful for fade content that are going to be animated on income/outcome.
Browser support: IE11+, Safari6+, Firefox30+, Chrome30+
Markup
<div class="sb-fading-content sb-overflow-y-auto" aria-labelledby="fading-content-content" data-kss-animation-switch="sb-fading-content--show,sb-fading-content--hidden" data-kss-animation-name="Fading content show/hidden">
content to be faded ___ content to be faded ___ content to be faded ___ content to be faded ___ content to be faded ___ content to be faded ___ content to be faded ___ content to be faded ___ content to be faded ___ content to be faded
</div>
1.1.3 #Behaviours.animation.gray-background Gray background animation
Predefined and reusable animations, useful for animated a loading element.
Browser support: IE11+, Safari6+, Firefox30+, Chrome30+
Markup
<div class="sb-icon-group--s sb-icon-group--full-width sb-container--centered sb-border-radius-m sb-animation--loading"/>
1.2 #Behaviours.cursors Cursors
Cursor util classes.
Browser support: IE6+, Safari5+, Firefox4+, Chrome5+
Markup
<div class="[modifier class]">
Hover me
</div>
1.3.1 #Behaviours.hovers.hide-child Hide child
Put the hide-child class on a parent element and any nested element with the child class will be hidden and displayed on hover or focus.
Browser support: IE9+, Safari6+, Firefox30+, Chrome30+
Markup
<div class="sb-hide-child">
<div class="sb-child"> Hidden until hover or focus </div>
<div class="sb-child"> Hidden until hover or focus </div>
<div class="sb-child"> Hidden until hover or focus </div>
<div class="sb-child"> Hidden until hover or focus </div>
</div>