facejQuery

The initially visible element in the container.

Example

<div id="container">
    <div class="back-content">This will be revealed</div>
    <div class="face-content">This is initially visible</div>
</div>
<script>
var face = $(".face-content");
var back = $(".back-content");
kendo.fx($("#container")).pageturn("horizontal", face, back).play();
</script>
In this article
face
Not finding the help you need?
Contact Support