Expand my Community achievements bar.

slideshow.css from AEM 6.3: Client Libraries Overview source code

Avatar

Level 1

Hi team,

Please, do you have the source code for slideshow.css that is being referred in the AEM 6.3: Client Libraries Overview? The screen only shows starting row 12:

      max-height:500px;

      width:100%;

        }

.slidebox {

      display: none;

}

.fade {

      -webkit-animation-name: fade;

      -webkit-animation-duration: 2s;

      animation-name: fade;

      animation-duration: 2s;

}

@-webkit-keyframes fade {

      from {opacity: .5}

      to {opacity: 2}

}

@keyframes fade {

      from {opacity: .5}

      to {opacity: 2}

}

Thanks a lot in advance and best regards

2 Replies

Avatar

Level 1

I'm also looking for this file, someone could share?

Avatar

Level 10

Can you point to the location you are referring to. Are you reading a document or a online sample?