mirror of
https://github.com/xuxiaobo-bobo/boda_jsEnv.git
synced 2025-04-22 08:48:37 +08:00
18 lines
635 B
JavaScript
18 lines
635 B
JavaScript
// webkitCancelAnimationFrame对象
|
|
bodaEnv.memory.globlProtoObj["webkitCancelAnimationFrame"] = {
|
|
webkitCancelAnimationFrame(a) {
|
|
bodaEnv.toolsFunc.console_copy(`webkitCancelAnimationFrame 使用-- >`, a);
|
|
}
|
|
}.webkitCancelAnimationFrame;
|
|
bodaEnv.toolsFunc.defineProperty(bodaEnv.memory.globlProtoObj["webkitCancelAnimationFrame"], "length", {
|
|
configurable: true,
|
|
enumerable: false,
|
|
writable: false,
|
|
value: 1
|
|
});
|
|
bodaEnv.toolsFunc.defineProperty(bodaEnv.memory.globlProtoObj["webkitCancelAnimationFrame"], "name", {
|
|
configurable: true,
|
|
enumerable: false,
|
|
writable: false,
|
|
value: 'webkitCancelAnimationFrame'
|
|
}); |