This commit is contained in:
Joshua Seigler 2017-01-14 03:19:25 -05:00
parent 194c488d7f
commit a8f76ca48b
6 changed files with 145 additions and 41 deletions

View file

@ -415,6 +415,9 @@ section {
[janus-timeline='past'] {
transition: transform ease 0.5s, opacity ease 0.5s, visibility step-end 0.5s;
}
section[janus-timeline='present'] [janus-timeline='past']:not([janus-past]) {
transition: transform ease 0.5s, opacity ease 0.5s;
}
[janus-timeline='present'] {
transition: transform ease 0.5s, opacity ease 0.5s, visibility step-start 0.5s;