# hostinger/2.0.7/src/css/base/animations.scss

Hostinger Tools, version 2.0.7. 20 lines.

- Page: https://pluginprobe.com/plugins/hostinger/2.0.7/code/src/css/base/animations.scss
- Raw: https://pluginprobe.com/plugins/hostinger/2.0.7/raw/src/css/base/animations.scss
- Modified: 2024-02-13T07:57: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/2.0.7/code/src/css/base/animations.scss#L10-L20`.

```scss
@keyframes button-loading-spinner {
	from {
		transform: rotate(0turn);
	}

	to {
		transform: rotate(1turn);
	}
}

@keyframes sidebar-animation {
	from {
		transform: translateX(100%);
	}

	to {
		transform: translateX(0);
	}
}

```
