UNPKG

nativescript-master-detail-angular2

Version:
17 lines (12 loc) 190 B
.visible { animation-name: show; animation-duration: 1s; } @keyframes show { from { opacity: 0; } to { opacity: 1; } } .container { background-color: white; margin-top: 1; }