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.
1 parent f0f5530 commit 9fed4d7Copy full SHA for 9fed4d7
style.css
@@ -0,0 +1,24 @@
1
+.anim-one span {
2
+ animation: fadeIn 1.0s ease-in-out;
3
+ animation-fill-mode: both;
4
+ }
5
+.anim-two span {
6
+ animation: fadeIn 1.5s ease-in-out;
7
8
9
+.anim-three span {
10
+ animation: fadeIn 2.0s ease-in-out;
11
12
13
+
14
+ span#endanim-animTextOne.endanim-anim-one, span#endanim-animTextTwo.endanim-anim-two, span#endanim-animTextThree.endanim-anim-three {
15
+ animation: fadeIn 1s ease-in-out 1s;
16
+ padding: 0px 0px 0px 0px;
17
+ margin: 0px 0px 0px 0px;
18
+ font-size: 14px;
19
+ text-align: justify;
20
+ transition: all 0.9s;
21
+ color: #f00;
22
+ font-weight: 700;
23
+ line-height: 1rem;
24
+}
0 commit comments