Cisco Cisco StadiumVision Director Manuale Di Manutenzione

Pagina di 52
-webkit-animation-name:flipon;
-webkit-animation-fill-mode:forwards;
-webkit-animation-iteration-count:1;
-webkit-animation-duration:2s;
}
@-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 SV-4K. 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 SV-4K.
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;}
38 of 42