Source: dist/css/acc_uc.css, line 16311
4.1 Interaction
Modify how the user gets feed back of changes from hover effects to active states and how things animate or select.
Source: dist/css/acc_uc.css, line 16562
4.1 States
Prefixed before class rules the h: for hover or a: for active class allows for some dynamics with very little efforts.
Source: dist/css/acc_uc.css, line 13899
4.1.1 Hover
Decorate containers and text to show user interaction with simple hover, and focus effects.
Source: dist/css/acc_uc.css, line 15420
4.1.1.1 Hover: Text Color
Hovers can easily be added to change the text color by adding h:
in front of the text color utility like h:primary
Example s
c_primary
text color modified light to dark
c_shade
text color modified light to dark
c_info
text color modified light to dark
c_highlight
text color success color
c_success
text color modified light to dark
c_warning
text color modified light to dark
c_alert
text color modified light to dark
<div class="flex m_5">
<div class="h:[modifier class]-5 flex_auto font_bold bg_shade-3 font_4 font_accent: text_center br_1 br_solid br_shade-4 p_1">5</div>
<div class="h:[modifier class]-4 flex_auto font_bold bg_shade-3 font_4 font_accent: text_center br_1 br_solid br_shade-4 p_1">4</div>
<div class="h:[modifier class]-3 flex_auto font_bold bg_shade-3 font_4 font_accent: text_center br_1 br_solid br_shade-4 p_1">3</div>
<div class="h:[modifier class]-2 flex_auto font_bold bg_shade-3 font_4 font_accent: text_center br_1 br_solid br_shade-4 p_1">2</div>
<div class="h:[modifier class]-1 flex_auto font_bold bg_shade-3 font_4 font_accent: text_center br_1 br_solid br_shade-4 p_1">1</div>
<div class="h:[modifier class]-0 flex_auto font_bold bg_shade-3 font_4 font_accent: text_center br_1 br_solid br_shade-4 p_1">0</div>
<div class="h:[modifier class]-n1 flex_auto font_bold bg_shade-3 font_4 font_accent: text_center br_1 br_solid br_shade-4 p_1 ">n1</div>
<div class="h:[modifier class]-n2 flex_auto font_bold bg_shade-3 font_4 font_accent: text_center br_1 br_solid br_shade-4 p_1 ">n2</div>
<div class="h:[modifier class]-n3 flex_auto font_bold bg_shade-3 font_4 font_accent: text_center br_1 br_solid br_shade-4 p_1 ">n3</div>
<div class="h:[modifier class]-n4 flex_auto font_bold bg_shade-3 font_4 font_accent: text_center br_1 br_solid br_shade-4 p_1 ">n4</div>
<div class="h:[modifier class]-n5 flex_auto font_bold bg_shade-3 font_4 font_accent: text_center br_1 br_solid br_shade-4 p_1 ">n5</div>
</div>
Code Sample
Source: dist/css/acc_uc.css, line 15493
4.1.1.2 Hover: Underline
Sometimes is is needed to add an underline on a piece of text when it hovers adding h:
in front of the type of underline you would like gives that type of underline to the text when hovered.
Example s
underline.c_primary
classic anchor text
Lorem ipsum dolor sit amet, consectetur adipisicing elit. Tenetur, similique. Sapiente facilis ipsam unde, dolorem illo ullam, tempore quos maiores quaerat quibusdam voluptatibus laboriosam. Nisi harum magni adipisicing elit aut nulla et.
dotted.c_warning
great for popups or hint text
Lorem ipsum dolor sit amet, consectetur adipisicing elit. Tenetur, similique. Sapiente facilis ipsam unde, dolorem illo ullam, tempore quos maiores quaerat quibusdam voluptatibus laboriosam. Nisi harum magni adipisicing elit aut nulla et.
double.c_highlight
extra loud underlines for the really important links or modals
Lorem ipsum dolor sit amet, consectetur adipisicing elit. Tenetur, similique. Sapiente facilis ipsam unde, dolorem illo ullam, tempore quos maiores quaerat quibusdam voluptatibus laboriosam. Nisi harum magni adipisicing elit aut nulla et.
dashed.c_accent
extra loud dots for info and hint texts reveals.
Lorem ipsum dolor sit amet, consectetur adipisicing elit. Tenetur, similique. Sapiente facilis ipsam unde, dolorem illo ullam, tempore quos maiores quaerat quibusdam voluptatibus laboriosam. Nisi harum magni adipisicing elit aut nulla et.
<p class="font_1">
Lorem ipsum dolor sit amet,
<span class="h:[modifier class] h:c_primary-n3">consectetur</span>
adipisicing elit.
<span class="h:[modifier class] h:c_primary-n3">Tenetur, similique</span>.
Sapiente facilis ipsam unde, dolorem illo ullam, tempore quos maiores quaerat quibusdam voluptatibus laboriosam. Nisi
<span class="h:[modifier class] h:c_primary-n3">harum magni</span>
adipisicing elit aut nulla et.
</p>
Code Sample
Source: dist/css/acc_uc.css, line 13910
4.1.1.3 Hover: Background Color
hovers can easily be added to objects by adding h:
in front of the background color utility like h:bg_primary
Example s
bg_alert
background color modified light to dark
bg_primary
background color modified light to dark
bg_shade
background color modified light to dark
bg_info
background color modified light to dark
bg_highlight
background color success color
bg_success
background color modified light to dark
bg_warning
background color modified light to dark
<div class="flex m_5">
<div class="h:[modifier class]-5 flex_auto text_center br_1 br_solid br_shade-4 p_2">5</div>
<div class="h:[modifier class]-4 flex_auto text_center br_1 br_solid br_shade-4 p_2">4</div>
<div class="h:[modifier class]-3 flex_auto text_center br_1 br_solid br_shade-4 p_2">3</div>
<div class="h:[modifier class]-2 flex_auto text_center br_1 br_solid br_shade-4 p_2">2</div>
<div class="h:[modifier class]-1 flex_auto text_center br_1 br_solid br_shade-4 p_2">1</div>
<div class="h:[modifier class]-0 flex_auto text_center br_1 br_solid br_shade-4 p_2">0</div>
<div class="h:[modifier class]-n1 flex_auto text_center br_1 br_solid br_shade-4 p_2 h:c_white">n1</div>
<div class="h:[modifier class]-n2 flex_auto text_center br_1 br_solid br_shade-4 p_2 h:c_white">n2</div>
<div class="h:[modifier class]-n3 flex_auto text_center br_1 br_solid br_shade-4 p_2 h:c_white">n3</div>
<div class="h:[modifier class]-n4 flex_auto text_center br_1 br_solid br_shade-4 p_2 h:c_white">n4</div>
<div class="h:[modifier class]-n5 flex_auto text_center br_1 br_solid br_shade-4 p_2 h:c_white">n5</div>
</div>
Code Sample
Source: dist/css/acc_uc.css, line 15695
4.1.1.4 Hover: Border Color
hovers can easily effect the border style to toggle between styles. Very useful fo toggling from a border type to none or vice versa.
Class | Effect |
---|---|
br_none | Border is None on Hover |
br_dotted | Border is Dotted on Hover |
br_dashed | Border is Dashed on Hover |
br_solid | Border is Solid on Hover |
br_transparent | Sometimes shifting to transparent is better so as to not cause the UI to flicker and resize |
Example
Default styling
<div class="">
<div class="h:br_none br_3 br_solid br_primary-2 p_2 m_2 bg_shade-5">None</div>
<div class="h:br_transparent br_3 br_solid br_primary-2 p_2 m_2 bg_shade-5">Transparent</div>
<div class="h:br_solid br_3 br_dotted br_primary-2 p_2 m_2 bg_shade-5">Solid</div>
<div class="h:br_dashed br_3 br_solid br_primary-2 p_2 m_2 bg_shade-5">Dashed</div>
<div class="h:br_dotted br_3 br_solid br_primary-2 p_2 m_2 bg_shade-5">Dotted</div>
</div>
Code Sample
Source: dist/css/acc_uc.css, line 15664
4.1.1.5 Hover: Full Opacity
Set the Opacity of an object to 100% while hovered.
Example
Default styling
<div class="flex m_5 bg_primary m_5">
<div class="h:opacity opacity-0 p-y_3 p-x_4 flex_auto font_bold font_2 font_accent: text_center br_1 br_solid br_shade-4">0</div>
<div class="h:opacity opacity-1 p-y_3 p-x_4 flex_auto font_bold font_2 font_accent: text_center br_1 br_solid br_shade-4">1</div>
<div class="h:opacity opacity-2 p-y_3 p-x_4 flex_auto font_bold font_2 font_accent: text_center br_1 br_solid br_shade-4">2</div>
<div class="h:opacity opacity-3 p-y_3 p-x_4 flex_auto font_bold font_2 font_accent: text_center br_1 br_solid br_shade-4">3</div>
<div class="h:opacity opacity-4 p-y_3 p-x_4 flex_auto font_bold font_2 font_accent: text_center br_1 br_solid br_shade-4">4</div>
<div class="h:opacity opacity-5 p-y_3 p-x_4 flex_auto font_bold font_2 font_accent: text_center br_1 br_solid br_shade-4">5</div>
<div class="h:opacity opacity-6 p-y_3 p-x_4 flex_auto font_bold font_2 font_accent: text_center br_1 br_solid br_shade-4 ">6</div>
<div class="h:opacity opacity-7 p-y_3 p-x_4 flex_auto font_bold font_2 font_accent: text_center br_1 br_solid br_shade-4 ">7</div>
<div class="h:opacity opacity-8 p-y_3 p-x_4 flex_auto font_bold font_2 font_accent: text_center br_1 br_solid br_shade-4 ">8</div>
<div class="h:opacity opacity-9 p-y_3 p-x_4 flex_auto font_bold font_2 font_accent: text_center br_1 br_solid br_shade-4 ">9</div>
</div>
Code Sample
Source: dist/css/acc_uc.css, line 15636
4.1.1.5.1 Hover: Background Black and White Opacity
black and white overlays can be added to hovers easily by adding h:
in front of black or white with the level of opacity needed.
Example s
bg_white
text color modified light to dark
bg_black
text color modified light to dark
<div class="flex m_5 bg_primary m_5">
<div class="h:[modifier class]-0 p-y_3 p-x_4 flex_auto font_bold font_2 font_accent: text_center br_1 br_solid br_shade-4">0</div>
<div class="h:[modifier class]-1 p-y_3 p-x_4 flex_auto font_bold font_2 font_accent: text_center br_1 br_solid br_shade-4">1</div>
<div class="h:[modifier class]-2 p-y_3 p-x_4 flex_auto font_bold font_2 font_accent: text_center br_1 br_solid br_shade-4">2</div>
<div class="h:[modifier class]-3 p-y_3 p-x_4 flex_auto font_bold font_2 font_accent: text_center br_1 br_solid br_shade-4">3</div>
<div class="h:[modifier class]-4 p-y_3 p-x_4 flex_auto font_bold font_2 font_accent: text_center br_1 br_solid br_shade-4">4</div>
<div class="h:[modifier class]-5 p-y_3 p-x_4 flex_auto font_bold font_2 font_accent: text_center br_1 br_solid br_shade-4">5</div>
<div class="h:[modifier class]-6 p-y_3 p-x_4 flex_auto font_bold font_2 font_accent: text_center br_1 br_solid br_shade-4 ">6</div>
<div class="h:[modifier class]-7 p-y_3 p-x_4 flex_auto font_bold font_2 font_accent: text_center br_1 br_solid br_shade-4 ">7</div>
<div class="h:[modifier class]-8 p-y_3 p-x_4 flex_auto font_bold font_2 font_accent: text_center br_1 br_solid br_shade-4 ">8</div>
<div class="h:[modifier class]-9 p-y_3 p-x_4 flex_auto font_bold font_2 font_accent: text_center br_1 br_solid br_shade-4 ">9</div>
<div class="h:[modifier class] p-y_3 p-x_4 flex_auto font_bold font_2 font_accent: text_center br_1 br_solid br_shade-4 ">default</div>
</div>
Code Sample
Source: dist/css/acc_uc.css, line 16635
4.1.1.6 Hover:Border Color
hovers can easily effect the border style to toggle between styles. Very useful fo toggling from a border type to none or vice versa.
Class | Effect |
---|---|
cursor_pointer | pointer |
cursor_not-allowed | no touch |
cursor_grab | open hand |
cursor_grabbing | closed hand |
cursor_wait | spinning ball |
Source: dist/css/acc_uc.css, line 12467
4.1.2 active
A common class name given to the parent container can effect the color, background and opacity of the children. The active class is different depending if you are using Bootstrap or Foundation.
This Variation of Arches uses "active"
Source: dist/css/acc_uc.css, line 12562
4.1.2.1 active Background Color
Example s
bg_primary
text color modified light to dark
bg_shade
text color modified light to dark
bg_info
text color modified light to dark
bg_highlight
text color success color
bg_success
text color modified light to dark
bg_warning
text color modified light to dark
bg_alert
text color modified light to dark
<div class="flex p_5 is-active_toggle-function">
<div class="flex_auto a:[modifier class]-5 bg_shade-2 font_3 text_center br_1 br_solid br_shade-4 p_1">5</div>
<div class="flex_auto a:[modifier class]-4 bg_shade-2 font_3 text_center br_1 br_solid br_shade-4 p_1">4</div>
<div class="flex_auto a:[modifier class]-3 bg_shade-2 font_3 text_center br_1 br_solid br_shade-4 p_1">3</div>
<div class="flex_auto a:[modifier class]-2 bg_shade-2 font_3 text_center br_1 br_solid br_shade-4 p_1">2</div>
<div class="flex_auto a:[modifier class]-1 bg_shade-2 font_3 text_center br_1 br_solid br_shade-4 p_1">1</div>
<div class="flex_auto a:[modifier class]-0 bg_shade-2 font_3 text_center br_1 br_solid br_shade-4 p_1">0</div>
<div class="flex_auto a:[modifier class]-n1 bg_shade-2 font_3 text_center br_1 br_solid br_shade-4 p_1">n1</div>
<div class="flex_auto a:[modifier class]-n2 bg_shade-2 font_3 text_center br_1 br_solid br_shade-4 p_1">n2</div>
<div class="flex_auto a:[modifier class]-n3 bg_shade-2 font_3 text_center br_1 br_solid br_shade-4 p_1">n3</div>
<div class="flex_auto a:[modifier class]-n4 bg_shade-2 font_3 text_center br_1 br_solid br_shade-4 p_1">n4</div>
<div class="flex_auto a:[modifier class]-n5 bg_shade-2 font_3 text_center br_1 br_solid br_shade-4 p_1">n5</div>
</div>
Code Sample
Source: dist/css/acc_uc.css, line 13877
4.1.2.2 active Display
Example s
none
make the display none when parent is-active
inline
make the display inline when parent is-active
inline-block
make the display inline-block when parent is-active
block
make the display block when parent is-active
<div class="p_5 is-active_toggle-function">
<span class="a:bg_accent bg_shade-2 font_4 text_center br_1 br_solid br_shade-4 p_4">Click to Toggle parent is-active</span>
<span class="a:[modifier class] a:bg_accent bg_shade-2 font_4 text_center br_1 br_solid br_shade-4 p_4">Span with display:[modifier class] when parent is active</span>
</div>
Code Sample
Source: dist/css/acc_uc.css, line 12595
4.1.2.3 active Icons
Example s
fa-award
toggle the award icon
fa-bell
toggle the bell icon
fa-bell-slash
toggle the bell slash icon
fa-bug
toggle the bug icon
<div class="flex is-active_toggle-function">
<div class="flex_auto a:bg_accent bg_shade-2 font_3 text_center br_1 br_solid br_shade-4 p_3"><i class="fas font_4 [modifier class] a:icon-show"></i> Show When Active</div>
<div class="flex_auto a:bg_accent bg_shade-2 font_3 text_center br_1 br_solid br_shade-4 p_3"><i class="fas font_4 [modifier class] a:icon-hide"></i> Hide when Active</div>
</div>
Code Sample
Source: dist/css/acc_uc.css, line 12529
4.1.2.4 active font color
Example s
c_primary
text color modified light to dark
c_shade
text color modified light to dark
c_info
text color modified light to dark
c_highlight
text color success color
c_success
text color modified light to dark
c_warning
text color modified light to dark
c_alert
text color modified light to dark
<div class="flex p_5 is-active_toggle-function c_white">
<div class="flex_auto a:[modifier class]-5 font_bold bg_shade-n3 font_5 font_accent: text_center br_1 br_solid br_shade-4 p_1">5</div>
<div class="flex_auto a:[modifier class]-4 font_bold bg_shade-n3 font_5 font_accent: text_center br_1 br_solid br_shade-4 p_1">4</div>
<div class="flex_auto a:[modifier class]-3 font_bold bg_shade-n3 font_5 font_accent: text_center br_1 br_solid br_shade-4 p_1">3</div>
<div class="flex_auto a:[modifier class]-2 font_bold bg_shade-n3 font_5 font_accent: text_center br_1 br_solid br_shade-4 p_1">2</div>
<div class="flex_auto a:[modifier class]-1 font_bold bg_shade-n3 font_5 font_accent: text_center br_1 br_solid br_shade-4 p_1">1</div>
<div class="flex_auto a:[modifier class]-0 font_bold bg_shade-n3 font_5 font_accent: text_center br_1 br_solid br_shade-4 p_1">0</div>
<div class="flex_auto a:[modifier class]-n1 font_bold bg_shade-n3 font_5 font_accent: text_center br_1 br_solid br_shade-4 p_1">n1</div>
<div class="flex_auto a:[modifier class]-n2 font_bold bg_shade-n3 font_5 font_accent: text_center br_1 br_solid br_shade-4 p_1">n2</div>
<div class="flex_auto a:[modifier class]-n3 font_bold bg_shade-n3 font_5 font_accent: text_center br_1 br_solid br_shade-4 p_1">n3</div>
<div class="flex_auto a:[modifier class]-n4 font_bold bg_shade-n3 font_5 font_accent: text_center br_1 br_solid br_shade-4 p_1">n4</div>
<div class="flex_auto a:[modifier class]-n5 font_bold bg_shade-n3 font_5 font_accent: text_center br_1 br_solid br_shade-4 p_1">n5</div>
</div>
Code Sample
Source: dist/css/acc_uc.css, line 12501
4.1.2.5 active Black n White
Example s
bg_white
text color modified light to dark
bg_black
text color modified light to dark
<div class="flex p_5 bg_primary m_5 is-active_toggle-function">
<div class="flex_auto a:[modifier class] bg_[modifier class]-0 p-y_3 p-x_4 font_bold font_2 font_accent: c_shade text_center br_1 br_solid br_shade-4">0</div>
<div class="flex_auto a:[modifier class] bg_[modifier class]-1 p-y_3 p-x_4 font_bold font_2 font_accent: c_shade text_center br_1 br_solid br_shade-4">1</div>
<div class="flex_auto a:[modifier class] bg_[modifier class]-2 p-y_3 p-x_4 font_bold font_2 font_accent: c_shade text_center br_1 br_solid br_shade-4">2</div>
<div class="flex_auto a:[modifier class] bg_[modifier class]-3 p-y_3 p-x_4 font_bold font_2 font_accent: c_shade text_center br_1 br_solid br_shade-4">3</div>
<div class="flex_auto a:[modifier class] bg_[modifier class]-4 p-y_3 p-x_4 font_bold font_2 font_accent: c_shade text_center br_1 br_solid br_shade-4">4</div>
<div class="flex_auto a:[modifier class] bg_[modifier class]-5 p-y_3 p-x_4 font_bold font_2 font_accent: c_shade text_center br_1 br_solid br_shade-4">5</div>
<div class="flex_auto a:[modifier class] bg_[modifier class]-6 p-y_3 p-x_4 font_bold font_2 font_accent: c_shade text_center br_1 br_solid br_shade-4 ">6</div>
<div class="flex_auto a:[modifier class] bg_[modifier class]-7 p-y_3 p-x_4 font_bold font_2 font_accent: c_shade text_center br_1 br_solid br_shade-4 ">7</div>
<div class="flex_auto a:[modifier class] bg_[modifier class]-8 p-y_3 p-x_4 font_bold font_2 font_accent: c_shade text_center br_1 br_solid br_shade-4 ">8</div>
<div class="flex_auto a:[modifier class] bg_[modifier class]-9 p-y_3 p-x_4 font_bold font_2 font_accent: c_shade text_center br_1 br_solid br_shade-4 ">9</div>
<div class="flex_auto a:[modifier class] bg_[modifier class]-0 p-y_3 p-x_4 font_bold font_2 font_accent: c_shade text_center br_1 br_solid br_shade-4 ">default</div>
</div>
Code Sample
Source: dist/css/acc_uc.css, line 12477
4.1.2.6 active Full Opacity
Example
Default styling
<div class="flex p_4 bg_primary is-active_toggle-function ">
<div class="flex_auto opacity_0 a:opacity br_1 br_solid br_white p_2 bg_warning c_white"> 0 </div>
<div class="flex_auto opacity_1 a:opacity br_1 br_solid br_white p_2 bg_warning c_white"> 1 </div>
<div class="flex_auto opacity_2 a:opacity br_1 br_solid br_white p_2 bg_warning c_white"> 2 </div>
<div class="flex_auto opacity_3 a:opacity br_1 br_solid br_white p_2 bg_warning c_white"> 3 </div>
<div class="flex_auto opacity_4 a:opacity br_1 br_solid br_white p_2 bg_warning c_white"> 4 </div>
<div class="flex_auto opacity_5 a:opacity br_1 br_solid br_white p_2 bg_warning c_white"> 5 </div>
<div class="flex_auto opacity_6 a:opacity br_1 br_solid br_white p_2 bg_warning c_white"> 6 </div>
<div class="flex_auto opacity_7 a:opacity br_1 br_solid br_white p_2 bg_warning c_white"> 7 </div>
<div class="flex_auto opacity_8 a:opacity br_1 br_solid br_white p_2 bg_warning c_white"> 8 </div>
<div class="flex_auto opacity_9 a:opacity br_1 br_solid br_white p_2 bg_warning c_white"> 9 </div>
</div>
Code Sample
Source: dist/css/acc_uc.css, line 15779
4.2 Animation
Transitions Eases and Transforms.Create simple toggleable animations with a combination of classes.
Source: dist/css/acc_uc.css, line 15850
4.2.1 Easing the on Hover
Dynamic adjustment of transition with easing.
Example s
out-in
ease timing
out
ease-out timing
in
ease-in timing
in-out
ease-in-out timing
linear
linear timing
<div class="flex m_5 bg_primary m_5">
<div class="transition_3 ease_[modifier class] h:bg_black-0 p-y_3 p-x_4 flex_auto font_bold font_2 font_accent: text_center br_1 br_solid br_shade-4">0</div>
<div class="transition_3 ease_[modifier class] h:bg_black-1 p-y_3 p-x_4 flex_auto font_bold font_2 font_accent: text_center br_1 br_solid br_shade-4">1</div>
<div class="transition_3 ease_[modifier class] h:bg_black-2 p-y_3 p-x_4 flex_auto font_bold font_2 font_accent: text_center br_1 br_solid br_shade-4">2</div>
<div class="transition_3 ease_[modifier class] h:bg_black-3 p-y_3 p-x_4 flex_auto font_bold font_2 font_accent: text_center br_1 br_solid br_shade-4">3</div>
<div class="transition_3 ease_[modifier class] h:bg_black-4 p-y_3 p-x_4 flex_auto font_bold font_2 font_accent: text_center br_1 br_solid br_shade-4">4</div>
<div class="transition_3 ease_[modifier class] h:bg_black-5 p-y_3 p-x_4 flex_auto font_bold font_2 font_accent: text_center br_1 br_solid br_shade-4">5</div>
<div class="transition_3 ease_[modifier class] h:bg_black-6 p-y_3 p-x_4 flex_auto font_bold font_2 font_accent: text_center br_1 br_solid br_shade-4 ">6</div>
<div class="transition_3 ease_[modifier class] h:bg_black-7 p-y_3 p-x_4 flex_auto font_bold font_2 font_accent: text_center br_1 br_solid br_shade-4 ">7</div>
<div class="transition_3 ease_[modifier class] h:bg_black-8 p-y_3 p-x_4 flex_auto font_bold font_2 font_accent: text_center br_1 br_solid br_shade-4 ">8</div>
<div class="transition_3 ease_[modifier class] h:bg_black-9 p-y_3 p-x_4 flex_auto font_bold font_2 font_accent: text_center br_1 br_solid br_shade-4 ">9</div>
<div class="transition_3 ease_[modifier class] h:bg_black p-y_3 p-x_4 flex_auto font_bold font_2 font_accent: text_center br_1 br_solid br_shade-4 ">default</div>
</div>
Code Sample
Source: dist/css/acc_uc.css, line 15901
4.2.2 Transform Scale
Dynamic adjustment of objects scale for toggling between
Example s
0
Scale to 0%
100
Scale to 100%
X-0
Scale the X to 0%
X-100
Scale the X to 100%
Y-0
Scale the X to 0%
Y-100
Scale the X to 100%
<div class="flex m_5 bg_primary m_5">
<div class="scale_[modifier class] w-10 p-y_3 p-x_4 font_bold font_2 font_accent: text_center br_1 br_solid br_shade-4">This is content that will be scaled.</div>
</div>
Code Sample
Source: dist/css/acc_uc.css, line 15790
4.2.3 Transition
Soften the harshness of the switch of the style by adding transitions to the change the speed of transition from decorators.
Example s
0
0 second transition
1
.1 second transition
2
.25 second transition
3
.3 second transition
4
.5 second transition
5
1 second transition
<div class="flex m_5 bg_primary m_5">
<div class="transition_[modifier class] h:bg_black-0 p-y_3 p-x_4 flex_auto font_bold font_2 font_accent: text_center br_1 br_solid br_shade-4">0</div>
<div class="transition_[modifier class] h:bg_black-1 p-y_3 p-x_4 flex_auto font_bold font_2 font_accent: text_center br_1 br_solid br_shade-4">1</div>
<div class="transition_[modifier class] h:bg_black-2 p-y_3 p-x_4 flex_auto font_bold font_2 font_accent: text_center br_1 br_solid br_shade-4">2</div>
<div class="transition_[modifier class] h:bg_black-3 p-y_3 p-x_4 flex_auto font_bold font_2 font_accent: text_center br_1 br_solid br_shade-4">3</div>
<div class="transition_[modifier class] h:bg_black-4 p-y_3 p-x_4 flex_auto font_bold font_2 font_accent: text_center br_1 br_solid br_shade-4">4</div>
<div class="transition_[modifier class] h:bg_black-5 p-y_3 p-x_4 flex_auto font_bold font_2 font_accent: text_center br_1 br_solid br_shade-4">5</div>
<div class="transition_[modifier class] h:bg_black-6 p-y_3 p-x_4 flex_auto font_bold font_2 font_accent: text_center br_1 br_solid br_shade-4 ">6</div>
<div class="transition_[modifier class] h:bg_black-7 p-y_3 p-x_4 flex_auto font_bold font_2 font_accent: text_center br_1 br_solid br_shade-4 ">7</div>
<div class="transition_[modifier class] h:bg_black-8 p-y_3 p-x_4 flex_auto font_bold font_2 font_accent: text_center br_1 br_solid br_shade-4 ">8</div>
<div class="transition_[modifier class] h:bg_black-9 p-y_3 p-x_4 flex_auto font_bold font_2 font_accent: text_center br_1 br_solid br_shade-4 ">9</div>
<div class="transition_[modifier class] h:bg_black p-y_3 p-x_4 flex_auto font_bold font_2 font_accent: text_center br_1 br_solid br_shade-4 ">default</div>
</div>
Code Sample
Source: dist/css/acc_uc.css, line 16038
4.2.4 Rotation
Rotation through transform. Transform doesn't modify the displacement of the flow. This also have an active class modifier
Example s
rotate_45
Rotate by 45 degrees
rotate_90
Rotate by 90 degrees
rotate_135
Rotate by 135 degrees
rotate_180
Rotate by 180 degrees
rotate_225
Rotate by 225 degrees
rotate_270
Rotate by 270 degrees
rotate_315
Rotate by 315 degrees
<i class="font_10 fas fa fa-user [modifier class]"></i>
Code Sample
Source: dist/css/acc_uc.css, line 16061
4.2.5 Rotation on Active
Add in the a:
in front of these classes gives you the rotation only when the item is active.
active
state.Example s
rotate_45
Rotate by 45 degrees
rotate_90
Rotate by 90 degrees
rotate_135
Rotate by 135 degrees
rotate_180
Rotate by 180 degrees
rotate_225
Rotate by 225 degrees
rotate_270
Rotate by 270 degrees
rotate_315
Rotate by 315 degrees
<span><i class="font_10 fas fa fa-user a:[modifier class]"></i> Not Active </span>
<span><i class="active font_10 fas fa fa-user a:[modifier class]"></i> Active </span>
Code Sample
Source: dist/css/acc_uc.css, line 22422
4.3 Extras
Extras include user modification and other classes that modify the user interactions and experiences
Source: dist/css/acc_uc.css, line 16596
4.3.1 User Select
User interaction classes that define how the user can interact with the text of the element.
-
User on click will select All
.user-select_all
-
User on click will select Nothing
.user-select_none
-
User on click will select Browser Default
.user-select_auto
-
User on click will select Only the text
.user-select_text