Home
last modified time | relevance | path

Searched refs:opacity (Results 1 – 4 of 4) sorted by relevance

/f-stack/tools/libxo/xohtml/external/
H A Djquery.qtip.css547 opacity: 0.2;
548 filter: alpha(opacity=20);
556 opacity: 0.4;
557 filter: alpha(opacity=40);
H A Djquery.js1411 opacity: /^0.55/.test( a.style.opacity ),
6531 opacity: { property
6539 return elem.style.opacity;
6697 if ( !jQuery.support.opacity ) {
6698 jQuery.cssHooks.opacity = {
6732 filter.replace( ralpha, opacity ) :
6733 filter + " " + opacity;
8614 fadeIn: { opacity: "show" }, property
8615 fadeOut: { opacity: "hide" }, property
8616 fadeToggle: { opacity: "toggle" } property
[all …]
H A Djquery.qtip.js855 $(this).css({ opacity: '', height: '' }); property
1058 opacity: '', property
/f-stack/tools/libxo/xohtml/
H A Dxohtml.css897 stroke-opacity: 0.6;