@keyframes pattern-to-top{0%{background-position:0 100%}to{background-position:0 0}}@keyframes pattern-to-bottom{0%{background-position:0 0}to{background-position:0 100%}}@keyframes pattern-to-right{0%{background-position:0 0}to{background-position:100% 0}}@keyframes pattern-to-left{0%{background-position:100% 0}to{background-position:0 0}}@keyframes pattern-to-top-right{0%{background-position:0 100%}to{background-position:100% 0}}@keyframes pattern-to-top-left{0%{background-position:100% 100%}to{background-position:0 0}}@keyframes pattern-to-bottom-right{0%{background-position:0 0}to{background-position:100% 100%}}@keyframes pattern-to-bottom-left{0%{background-position:100% 0}to{background-position:0 100%}}.animate-pattern-top{animation-name:pattern-to-top}.animate-pattern-bottom{animation-name:pattern-to-bottom}.animate-pattern-right{animation-name:pattern-to-right}.animate-pattern-left{animation-name:pattern-to-left}.animate-pattern-top-right{animation-name:pattern-to-top-right}.animate-pattern-top-left{animation-name:pattern-to-top-left}.animate-pattern-bottom-right{animation-name:pattern-to-bottom-right}.animate-pattern-bottom-left{animation-name:pattern-to-bottom-left}
