Skip to content

Commit 3572655

Browse files
879550: Remove gif and add images in customization common and individual sample.
1 parent 48af503 commit 3572655

File tree

9 files changed

+2
-28
lines changed

9 files changed

+2
-28
lines changed

ej2-asp-core-mvc/code-snippet/timeline/customization/connector-common/razor

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,5 @@
88
.custom-connector .e-timeline-item.e-connector::after {
99
border-color: #f7c867;
1010
border-width: 1.4px;
11-
animation: progress 2s;
12-
}
13-
14-
@@keyframes progress {
15-
from { height: 0%; }
16-
to { height: 100%; }
1711
}
1812
</style>

ej2-asp-core-mvc/code-snippet/timeline/customization/connector-common/tagHelper

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,5 @@
1414
.custom-connector .e-timeline-item.e-connector::after {
1515
border-color: #f7c867;
1616
border-width: 1.4px;
17-
animation: progress 2s;
18-
}
19-
20-
@@keyframes progress {
21-
from { height: 0%; }
22-
to { height: 100%; }
2317
}
2418
</style>

ej2-asp-core-mvc/code-snippet/timeline/customization/connector-individual/razor

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,8 @@
77
<style>
88
.custom-connector .state-initial.e-connector::after {
99
border: 1.5px #f8c050 dashed;
10-
animation: progress 1.5s ease-in-out;
1110
}
1211
.custom-connector .state-intermediate.e-connector::after {
1312
border: 1.5px #4d85f5 dashed;
14-
animation: progress 1.5s ease-in-out;
15-
}
16-
17-
@@keyframes progress {
18-
from { height: 0%; }
19-
to { height: 100%; }
2013
}
2114
</style>

ej2-asp-core-mvc/code-snippet/timeline/customization/connector-individual/tagHelper

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,8 @@
1313
<style>
1414
.custom-connector .e-timeline-item.state-initial.e-connector::after {
1515
border: 1.5px #f8c050 dashed;
16-
animation: progress 1.5s ease-in-out;
1716
}
1817
.custom-connector .e-timeline-item.state-intermediate.e-connector::after {
1918
border: 1.5px #4d85f5 dashed;
20-
animation: progress 1.5s ease-in-out;
21-
}
22-
23-
@@keyframes progress {
24-
from { height: 0%; }
25-
to { height: 100%; }
2619
}
2720
</style>

ej2-asp-core-mvc/timeline/customization.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ You can define the styles applicable to the all the Timeline item connectors.
4141
{% endtabs %}
4242
{% endif %}
4343

44-
![Common styling](images/connector-common.gif)
44+
![Common styling](images/connector-common.png)
4545

4646
### Individual styling
4747

@@ -70,7 +70,7 @@ You can also apply unique styles to individual connectors, to differentiate spec
7070
{% endtabs %}
7171
{% endif %}
7272

73-
![Individual styling](images/connector-individual.gif)
73+
![Individual styling](images/connector-individual.png)
7474

7575
## Dot styling
7676

Binary file not shown.
Loading
Binary file not shown.
Loading

0 commit comments

Comments
 (0)