# hostinger/3.0.78/vue-frontend/src/scss/base/animations.scss

Hostinger Tools, version 3.0.78. 20 lines.

- Page: https://pluginprobe.com/plugins/hostinger/3.0.78/code/vue-frontend/src/scss/base/animations.scss
- Raw: https://pluginprobe.com/plugins/hostinger/3.0.78/raw/vue-frontend/src/scss/base/animations.scss
- Modified: 2025-09-09T07:18:12+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/hostinger/3.0.78/code/vue-frontend/src/scss/base/animations.scss#L10-L20`.

```scss
.fade-enter-active,
.fade-leave-active {
  transition: opacity 0.3s ease;
}

.fade-enter-from,
.fade-leave-to {
  opacity: 0;
}

.fade-fast-enter-active,
.fade-fast-leave-active {
  transition: opacity 0.15s ease;
}

.fade-fast-enter-from,
.fade-fast-leave-to {
  opacity: 0;
}

```
