1、使用方法
該canvas插件的html結構很是簡單,就是使用一個<img>標籤:
<img id="portrait-image" src="img/portrait.jpg" />
而後能夠使用下面的方法調用插件:
function init() {
document.getElementById('portrait-image').closePixelate([
{ resolution : 24 },
{ shape : 'circle', resolution : 24, size: 16, offset: 12, alpha: 0.5 }
]);
};
window.addEventListener( 'load', init, false);
2、構造函數與方法
var img=document.getElementById('portrait-img');
var myPixelation=new ClosePixelation(img, [{ resolution : 24 }]);
myPixelation.render([
{ resolution: 32 },
{ resolution: 16, shape: 'circle', offset: 8 }
]);
myPixelation.renderClosePixels({
resolution: 48, alpha: 0.5
});
KeyMob移動端廣告平臺將整合國內外主流移動廣告平臺,並對廣告功能進行統一管理、動態配置,廣告主和開發者均可以經過簡單的操做輕鬆實現對多家廣告平臺的搭配使用.html