You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
231 lines
3.3 KiB
231 lines
3.3 KiB
@charset "UTF-8";
|
|
@import "../../next-core/lib/next.scss";
|
|
@import "./scss/function.scss";
|
|
@import "./scss/mixin.scss";
|
|
@import "./scss/placeholder.scss";
|
|
@import "./scss/variable.scss";
|
|
@import "./scss/_fading-entrances/fading-entrances.scss";
|
|
@import "./scss/_fading-exits/fading-exits.scss";
|
|
@import "./scss/_sliding-entrances/sliding-entrances.scss";
|
|
@import "./scss/_sliding-exits/sliding-exits.scss";
|
|
@import "./scss/_zooming-entrances/zooming-entrances.scss";
|
|
@import "./scss/_zooming-exits/zooming-exits.scss";
|
|
@import "./scss/_bounce-entrances/bounce-entrances.scss";
|
|
@import "./scss/_bounce-exits/bounce-exits.scss";
|
|
@import "./scss/_other-entrances/other-entrances.scss";
|
|
@import "./scss/_other-exits/other-exits.scss";
|
|
@import "./scss/_expand-entrances/_expandInDown.scss";
|
|
@import "./scss/_expand-exits/_expandOutUp.scss";
|
|
@import "./scss/_attention-seekers/attention-seekers.scss";
|
|
|
|
.expandInDown {
|
|
@include expandInDown();
|
|
}
|
|
|
|
.expandOutUp {
|
|
@include expandOutUp();
|
|
}
|
|
|
|
.fadeIn {
|
|
@include fadeIn();
|
|
}
|
|
|
|
.fadeInDown {
|
|
@include fadeInDown();
|
|
}
|
|
|
|
.fadeInDownBig {
|
|
@include fadeInDownBig();
|
|
}
|
|
|
|
.fadeInLeft {
|
|
@include fadeInLeft();
|
|
}
|
|
|
|
.fadeInLeftBig {
|
|
@include fadeInLeftBig();
|
|
}
|
|
|
|
.fadeInRight {
|
|
@include fadeInRight();
|
|
}
|
|
|
|
.fadeInRightBig {
|
|
@include fadeInRightBig();
|
|
}
|
|
|
|
.fadeInUp {
|
|
@include fadeInUp();
|
|
}
|
|
|
|
.fadeInUpBig {
|
|
@include fadeInUpBig();
|
|
}
|
|
|
|
.fadeOut {
|
|
@include fadeOut();
|
|
}
|
|
|
|
.fadeOutDown {
|
|
@include fadeOutDown();
|
|
}
|
|
|
|
.fadeOutDownBig {
|
|
@include fadeOutDownBig();
|
|
}
|
|
|
|
.fadeOutLeft {
|
|
@include fadeOutLeft();
|
|
}
|
|
|
|
.fadeOutLeftBig {
|
|
@include fadeOutLeftBig();
|
|
}
|
|
|
|
.fadeOutRight {
|
|
@include fadeOutRight();
|
|
}
|
|
|
|
.fadeOutRightBig {
|
|
@include fadeOutRightBig();
|
|
}
|
|
|
|
.fadeOutUp {
|
|
@include fadeOutUp();
|
|
}
|
|
|
|
.fadeOutUpBig {
|
|
@include fadeOutUpBig();
|
|
}
|
|
|
|
.slideInDown {
|
|
@include slideInDown();
|
|
}
|
|
|
|
.slideInLeft {
|
|
@include slideInLeft();
|
|
}
|
|
|
|
.slideInRight {
|
|
@include slideInRight();
|
|
}
|
|
|
|
.slideInUp {
|
|
@include slideInUp();
|
|
}
|
|
|
|
.slideOutDown {
|
|
@include slideOutDown();
|
|
}
|
|
|
|
.slideOutLeft {
|
|
@include slideOutLeft();
|
|
}
|
|
|
|
.slideOutRight {
|
|
@include slideOutRight();
|
|
}
|
|
|
|
.slideOutUp {
|
|
@include slideOutUp();
|
|
}
|
|
|
|
.zoomIn {
|
|
@include zoomIn();
|
|
}
|
|
|
|
.zoomInPulse {
|
|
@include zoomInPulse();
|
|
}
|
|
|
|
.zoomInQuick {
|
|
@include zoomInQuick();
|
|
}
|
|
|
|
.zoomInDown {
|
|
@include zoomInDown();
|
|
}
|
|
|
|
.zoomInLeft {
|
|
@include zoomInLeft();
|
|
}
|
|
|
|
.zoomInRight {
|
|
@include zoomInRight();
|
|
}
|
|
|
|
.zoomInUp {
|
|
@include zoomInUp();
|
|
}
|
|
|
|
.zoomOut {
|
|
@include zoomOut();
|
|
}
|
|
.zoomOutPulse {
|
|
@include zoomOutPulse();
|
|
}
|
|
|
|
.zoomOutQuick {
|
|
@include zoomOutQuick();
|
|
}
|
|
|
|
.zoomOutDown {
|
|
@include zoomOutDown();
|
|
}
|
|
|
|
.zoomOutLeft {
|
|
@include zoomOutLeft();
|
|
}
|
|
|
|
.zoomOutRight {
|
|
@include zoomOutRight();
|
|
}
|
|
|
|
.zoomOutUp {
|
|
@include zoomOutUp();
|
|
}
|
|
|
|
/* added by 潕量*/
|
|
|
|
.bounceIn {
|
|
@include bounceIn();
|
|
}
|
|
|
|
.bounceOut {
|
|
@include bounceOut();
|
|
}
|
|
|
|
.pressIn {
|
|
@include pressIn();
|
|
}
|
|
.pressInSmall {
|
|
@include pressInSmall();
|
|
}
|
|
.pressOut {
|
|
@include pressOut();
|
|
}
|
|
.pressOutSmall {
|
|
@include pressOutSmall();
|
|
}
|
|
.waterIn {
|
|
@include waterIn();
|
|
}
|
|
.waterOut {
|
|
@include waterOut();
|
|
}
|
|
.pulse {
|
|
@include pulse();
|
|
}
|
|
.shake {
|
|
@include shake();
|
|
}
|
|
.press {
|
|
@include press();
|
|
}
|
|
.unpress {
|
|
@include unpress();
|
|
}
|
|
.buttonClick {
|
|
@include buttonClick();
|
|
}
|