.pl {
    opacity: 0;
    transition: all 1s ease;
}

.loaded {
    opacity: 1;
}