Fade animations are a bit more subtle. They still come from the opposite direction listed in the class (named after the direction it travels) but they transition the opacity of the element instead.
Table of Contents (click to expand)
This will take the element and fade it in from its current position.
- Group: General
- Access: public
- Since: 0.1.0
Name | Type | Description | Default |
---|---|---|---|
$className |
String | a CSS class name to add to activate the animation | ".animate" |
@include fade-flash();
This will take the element and fade it in from the top.
- Group: General
- Access: public
- Since: 0.1.0
Name | Type | Description | Default |
---|---|---|---|
$className |
String | a CSS class name to add to activate the animation | ".animate" |
@include fade-in-down();
This will take the element and fade it in from the left.
- Group: General
- Access: public
- Since: 0.1.0
Name | Type | Description | Default |
---|---|---|---|
$className |
String | a CSS class name to add to activate the animation | ".animate" |
@include fade-in-left();
This will take the element and fade it in from the right.
- Group: General
- Access: public
- Since: 0.1.0
Name | Type | Description | Default |
---|---|---|---|
$className |
String | a CSS class name to add to activate the animation | ".animate" |
@include fade-in-right();
This will take the element and fade it in from the bottom.
- Group: General
- Access: public
- Since: 0.1.0
Name | Type | Description | Default |
---|---|---|---|
$classNameName |
String | a CSS class name to add to activate the animation | ".animate" |
@include fade-in-up();
This will take the element and fade it in from its current position.
- Group: General
- Access: public
- Since: 0.1.0
Name | Type | Description | Default |
---|---|---|---|
$className |
String | a CSS class name to add to activate the animation | ".animate" |
@include fade-in();
This will take the element and fade it out from the bottom.
- Group: General
- Access: public
- Since: 0.1.0
Name | Type | Description | Default |
---|---|---|---|
$className |
String | a CSS class name to add to activate the animation | ".animate" |
@include fade-out-down();
This will take the element and fade it out from the left.
- Group: General
- Access: public
- Since: 0.1.0
Name | Type | Description | Default |
---|---|---|---|
$className |
String | a CSS class name to add to activate the animation | ".animate" |
@include fade-out-left();
This will take the element and fade it out from the right.
- Group: General
- Access: public
- Since: 0.1.0
Name | Type | Description | Default |
---|---|---|---|
$className |
String | a CSS class name to add to activate the animation | ".animate" |
@include fade-out-right();
This will take the element and fade it out from the top.
- Group: General
- Access: public
- Since: 0.1.0
Name | Type | Description | Default |
---|---|---|---|
$className |
String | a CSS class name to add to activate the animation | ".animate" |
@include fade-out-up();
This will take the element and fade it out from its current position.
- Group: General
- Access: public
- Since: 0.1.0
Name | Type | Description | Default |
---|---|---|---|
$className |
String | a CSS class name to add to activate the animation | ".animate" |
@include fade-out();