[data-as-dev-info][data-animation-trigger="0"] {
	animation: devInfo-highlight1 1s ease-in-out;
}

[data-as-dev-info][data-animation-trigger="1"] {
	animation: devInfo-highlight2 1s ease-in-out;
}

@keyframes devInfo-highlight1 {
	0% {
		background-color: white;
	}
	50% {
		background-color: red;
	}
	100% {
		background-color: white;
	}
}

@keyframes devInfo-highlight2 {
	0% {
		background-color: white;
	}
	50% {
		background-color: red;
	}
	100% {
		background-color: white;
	}
}
