split animations for text and background into 2 separate keyframe animations
This commit is contained in:
parent
de2b0d9064
commit
4f625793d0
6 changed files with 21 additions and 8 deletions
2
app/templates/films.html
Normal file → Executable file
2
app/templates/films.html
Normal file → Executable file
|
|
@ -1,5 +1,5 @@
|
|||
{% extends "base.html" %}
|
||||
{% block body_class%}animated{% endblock %}
|
||||
{% block body_class%}animated animated-text{% endblock %}
|
||||
{% block main %}
|
||||
<div class="films">
|
||||
{% for film in films %}
|
||||
|
|
|
|||
2
app/templates/index.html
Normal file → Executable file
2
app/templates/index.html
Normal file → Executable file
|
|
@ -1,5 +1,5 @@
|
|||
{% extends "base.html" %}
|
||||
{% block body_class%}animated{% endblock %}
|
||||
{% block body_class%}animated animated-text{% endblock %}
|
||||
{% block main %}
|
||||
<div class="index">
|
||||
Phantasmapolis<br>
|
||||
|
|
|
|||
2
app/templates/page.html
Normal file → Executable file
2
app/templates/page.html
Normal file → Executable file
|
|
@ -1,6 +1,6 @@
|
|||
{% extends "base.html" %}
|
||||
{% block title %}{{ page.title }}– Phantas.ma/polis{% endblock title %}
|
||||
{% block body_class%}animated{% endblock %}
|
||||
{% block body_class%}animated animated-text{% endblock %}
|
||||
{% block main %}
|
||||
<div class="page {{ page.slug }}">
|
||||
{{ page.body | safe }}
|
||||
|
|
|
|||
2
app/templates/texts.html
Normal file → Executable file
2
app/templates/texts.html
Normal file → Executable file
|
|
@ -1,5 +1,5 @@
|
|||
{% extends "base.html" %}
|
||||
{% block body_class%}animated{% endblock %}
|
||||
{% block body_class%}animated animated-text{% endblock %}
|
||||
{% block main %}
|
||||
|
||||
<div class="texts">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue