UNPKG

principles-ui-components

Version:

Supporting UI controller for Tizen TV web application, which developed base on React Framework.

11 lines (8 loc) 281 B
@keyframes breathIn { 0% { transform: scale(1.0) translateZ(100px); } 100% { transform: scale(0.95) translateZ(100px); } } @keyframes breathOut { 100% { transform: scale(1.0) translateZ(100px); } 0% { transform: scale(0.95) translateZ(100px); } }