Cisco Cisco StadiumVision Director Manuale Di Manutenzione

Pagina di 56
}
@-webkit-keyframes flipon
{
0% {-webkit-transform:rotateY(0deg);}
30% {-webkit-transform:rotateY(-90deg);}
100% {-webkit-transform: rotateY(360deg);}
image
}
</style>
Add-on Libraries
The jQuery and Prototype libraries are supported on the media players. As a general
rule, any add-on libraries for animation will work if they use WebKit-based
transformations. To determine whether a certain library is compatible, you can look at a
non-minified version of the library to see if it uses WebKit-based transforms.
Push Technology
The WebSocket protocol and long polling technique have been tested and proven to
work on the media players.
Hiding Scrollbars
It is often desirable to hide the scrollbars of a webpage when it is being used for digital
signage. You can add the following snippet to your CSS code to hide the scrollbars:
::-webkit-scrollbar { width: 0px;
height: 0px;
background: black;}
Disguising Network Latency
When the media player loads HTML content from a URL, there may be a delay based
on network latency. You can add a preload image to mitigate this issue.
© Cisco Systems, Inc. All rights reserved.
45 of 48