diff --git a/html/search.ejs b/html/search.ejs index 279f8989..55508d87 100644 --- a/html/search.ejs +++ b/html/search.ejs @@ -84,7 +84,23 @@ border-radius: 5px; background-size: cover; background-repeat: no-repeat; } - + .shake { + animation: linear infinite alternate; + animation-name: DOTHESHAKE; + animation-duration: 1.5s; +} + +@-webkit-keyframes DOTHESHAKE { + 0% { + left: 0; + transform: translateX(0); + } + 100% { + left: 900%; + transform: translateX(-90%); + } +} + /* nice classname am i rigth */ .discover-some-bitches{ text-align: center; @@ -97,14 +113,35 @@ border-radius: 5px;
<%=j.Search.estimatedResults.toLocaleString()%> Results
+ <% j.Search.Results.Video.forEach(x => { %> -