x
 
1
<!DOCTYPE html>
2
<title>Example</title>
3
<style>
4
.animated {
5
  width: 300px;
6
  font: 100 1em sans-serif;
7
  line-height: 1.1em;
8
  animation: myAnimation 1s ease 1s 5 alternate forwards;
9
}
10
11
@keyframes myAnimation {
12
  100% {
13
    line-height: 3em;
14
  }
15
}
16
</style>
17
18
<blockquote class="animated">Scientists might <em>believe</em> that what is unknown must be contained within the <abbr title="Physical Matter Reality">PMR</abbr> data-set and follow ordinary objective causality, but that <em>belief</em> or article of faith simply expresses a more accepted form of mysticism.</blockquote>
19
<cite>Tom Campbell, My Big <abbr title="Theory Of Everything">TOE</abbr></cite>