Files
grecia/app/views/layouts/_disable_animations_in_tests.html.erb
Javier Martín 0cf50d8116 Rename partial to diable animations in tests.
With this name, it's easier to understand what it does.
2018-06-26 16:04:13 +02:00

9 lines
170 B
Plaintext

<%= javascript_tag "jQuery.fx.off = true" %>
<style>
* {
transition: none !important;
animation-duration: 0s !important;
animation-delay: 0s !important;
}
</style>