Slide animations come from the opposite direction listed in the class (named after the direction it travels) with a smooth transition.
Table of Contents (click to expand)
This will take the element and slide it 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 slide-in-down();
This will take the element and slide it 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 slide-in-left();
This will take the element and slide it 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 slide-in-right();
This will take the element and slide it 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 slide-in-up();
This will take the element and slide it out from the down.
- 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 slide-out-down();
This will take the element and slide 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 slide-out-left();
This will take the element and slide 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 slide-out-right();
This will take the element and slide 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 slide-out-up();