Rotating exits - Tombek/animate.scss GitHub Wiki

rotateOut

@include rotateOut($animation, $rotate_angle)

$rotate_angle -200deg by default

rotateOutDownLeft

@include rotateOutDownLeft($animation, $rotate_angle)

$rotate_angle 90deg by default

rotateOutDownRight

@include rotateOutDownRight($animation, $rotate_angle)

$rotate_angle 90deg by default

rotateOutUpLeft

@include rotateOutUpLeft($animation, $rotate_angle)

$rotate_angle 90deg by default

rotateOutUpRight

@include rotateOutUpRight($animation, $rotate_angle)

$rotate_angle 90deg by default