소스 검색

Adjust header animation

(also update animate.css to 4.1.0)
Track3 4 년 전
부모
커밋
7bad1fbcd4
3개의 변경된 파일5개의 추가작업 그리고 7개의 파일을 삭제
  1. 3 6
      assets/scss/_animate.scss
  2. 1 0
      assets/scss/style.scss
  3. 1 1
      layouts/partials/header.html

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 3 - 6
assets/scss/_animate.scss


+ 1 - 0
assets/scss/style.scss

@@ -158,6 +158,7 @@ table {
   box-sizing: border-box;
   box-sizing: border-box;
   box-shadow: -1px -2px 3px rgba(0, 0, 0, 0.45);
   box-shadow: -1px -2px 3px rgba(0, 0, 0, 0.45);
   background-color: $dark-grey;
   background-color: $dark-grey;
+  animation-duration: .3s;
 }
 }
 
 
 .hdr-wrapper {
 .hdr-wrapper {

+ 1 - 1
layouts/partials/header.html

@@ -1,4 +1,4 @@
-	<header id="site-header" class="animated slideInUp faster">
+	<header id="site-header" class="animated">
 		<div class="hdr-wrapper section-inner">
 		<div class="hdr-wrapper section-inner">
 			<div class="hdr-left">
 			<div class="hdr-left">
 				<div class="site-branding">
 				<div class="site-branding">

이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.