currentjQuery

The current element which will be hidden when the transition ends.

Example

<div id="container">
    <div id="currentElement">Current Content</div>
    <div id="nextElement" style="display: none">Next Content</div>
</div>
<script>
// The current element is the one that will be replaced
var currentEl = $("#currentElement");
kendo.fx(currentEl).replace("#nextElement", "fade").run();
</script>
In this article
current
Not finding the help you need?
Contact Support