Skip to content

UG(879550): Need to Remove gif and add images in customization common and individual samples. #2880

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,5 @@
.custom-connector .e-timeline-item.e-connector::after {
border-color: #f7c867;
border-width: 1.4px;
animation: progress 2s;
}

@@keyframes progress {
from { height: 0%; }
to { height: 100%; }
}
</style>
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,5 @@
.custom-connector .e-timeline-item.e-connector::after {
border-color: #f7c867;
border-width: 1.4px;
animation: progress 2s;
}

@@keyframes progress {
from { height: 0%; }
to { height: 100%; }
}
</style>
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,8 @@
<style>
.custom-connector .state-initial.e-connector::after {
border: 1.5px #f8c050 dashed;
animation: progress 1.5s ease-in-out;
}
.custom-connector .state-intermediate.e-connector::after {
border: 1.5px #4d85f5 dashed;
animation: progress 1.5s ease-in-out;
}

@@keyframes progress {
from { height: 0%; }
to { height: 100%; }
}
</style>
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,8 @@
<style>
.custom-connector .e-timeline-item.state-initial.e-connector::after {
border: 1.5px #f8c050 dashed;
animation: progress 1.5s ease-in-out;
}
.custom-connector .e-timeline-item.state-intermediate.e-connector::after {
border: 1.5px #4d85f5 dashed;
animation: progress 1.5s ease-in-out;
}

@@keyframes progress {
from { height: 0%; }
to { height: 100%; }
}
</style>
4 changes: 2 additions & 2 deletions ej2-asp-core-mvc/timeline/customization.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ You can define the styles applicable to the all the Timeline item connectors.
{% endtabs %}
{% endif %}

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

### Individual styling

Expand Down Expand Up @@ -70,7 +70,7 @@ You can also apply unique styles to individual connectors, to differentiate spec
{% endtabs %}
{% endif %}

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

## Dot styling

Expand Down
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.