Difference between revisions of "Template:TPHS San Diego"

Line 149: Line 149:
 
                 animation-duration: 1s;
 
                 animation-duration: 1s;
 
}
 
}
 
#section1 > .content_wrapper > .title::before{
 
                content: "";
 
                position: absolute;
 
                width: 100%;
 
                height: 5px;
 
                bottom: 5px;
 
                background-color: lightcoral;
 
                animation-name: title_underline_in;
 
                animation-duration: 1s;
 
            }
 
 
            @keyframes title_underline_in{
 
                0%{
 
                    transform: scaleX(0);
 
                    opacity: 0;
 
                }
 
                100%{
 
                    transform: scaleX(1);
 
                    opacity: 1;
 
                }
 
            }
 
  
 
             @keyframes title_in{
 
             @keyframes title_in{
 
                 0%{
 
                 0%{
                     transform: translateY(-20px);
+
                     transform: translateY(-20px), scale(1.2);
 
                     opacity: 0.5;
 
                     opacity: 0.5;
 
                 }
 
                 }
 
                 100%{
 
                 100%{
                     transform: translateY(0px);
+
                     transform: translateY(0px), scale(1);
 
                     opacity: 1;
 
                     opacity: 1;
 
                 }
 
                 }

Revision as of 18:59, 1 October 2018