We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 76e7ce3 + 9f3a21f commit 54a824bCopy full SHA for 54a824b
src/hexdoc/_templates/textures.jcss.jinja
@@ -1,6 +1,6 @@
1
{% for animation in animations %}
2
.{{ animation.css_class }} {
3
- animation: {{ animation.css_class }} {{ animation.time_seconds }}s linear infinite;
+ animation: {{ animation.css_class }} {{ animation.time_seconds }}s steps(1, start) infinite;
4
background-size: 100%;
5
background-image: url("{{ animation.url }}");
6
}
0 commit comments