:root{
--ease-neo:cubic-bezier(0.4,0,0.2,1); /* @kind other */
--ease-out:cubic-bezier(0.16,1,0.3,1); /* @kind other */
--duration-fast:0.15s; /* @kind other */
--duration-base:0.2s; /* @kind other */
--duration-slow:0.3s; /* @kind other */
--duration-ticker:18s; /* @kind other */
}
@keyframes wf-ticker{0%{transform:translate3d(0,0,0)}100%{transform:translate3d(-50%,0,0)}}
@keyframes wf-pulse{0%,100%{opacity:1}50%{opacity:.45}}
