UNPKG

@brizy/ui

Version:
18 lines (14 loc) 272 B
@import url("../../variables"); @animation-bounce: ~"@{BRZ_PREFIX}-sk-bounce"; .@{BRZ_PREFIX}-animated--sk-bounce { animation-name: @animation-bounce; } @keyframes @animation-bounce { 0%, 100% { transform: scale(0); } 50% { transform: scale(1); } }