代码搜索:Animation
找到约 4,070 项符合「Animation」的源代码
代码结果 4,070
www.eeworm.com/read/130122/5964069
java simplerepaintcollector.java
package com.croftsoft.core.animation.collector;
import java.awt.Rectangle;
import com.croftsoft.core.animation.RepaintCollector;
import com.croftsoft.core.util.ArrayLib;
www.eeworm.com/read/130122/5964094
java arraycomponentupdater.java
package com.croftsoft.core.animation.updater;
import javax.swing.JComponent;
import com.croftsoft.core.animation.ComponentUpdater;
import com.croftsoft.core.lang.NullArgumen
www.eeworm.com/read/115588/15007547
cpp animationplus.cpp
/* Animation.CPP
*
* provides Animation-Declarations & -operations
*
* Copyright 2003 by PaP / JTMK
*/
#include "stdio.h"
#include
#include "SystemIO.h"
#include "objekt
www.eeworm.com/read/115588/15008003
cpp animationplus.cpp
/* Animation.CPP
*
* provides Animation-Declarations & -operations
*
* Copyright 2003 by PaP / JTMK
*/
#include "stdio.h"
#include
#include "SystemIO.h"
#include "objekt
www.eeworm.com/read/38039/1101358
txt animcmdstart.txt
# {100} (100) [0] command.HelpText
Start the animation
开始动画
# [1] command.Label
&Start
启动(&S)
# [2] description.Label
Run the animation
运行动画
www.eeworm.com/read/300187/3847825
svn-base ricoanimation.js.svn-base
Rico.Effect.Animation = Class.create();
Rico.Effect.Animation.prototype = {
initialize : function(duration, steps, options) {
this.duration = duration;
this.stepsLeft = steps;
this.options = o
www.eeworm.com/read/300187/3847834
js ricoanimation.js
Rico.Effect.Animation = Class.create();
Rico.Effect.Animation.prototype = {
initialize : function(duration, steps, options) {
this.duration = duration;
this.stepsLeft = steps;
this.options = o
www.eeworm.com/read/385350/2592849
as ianimatable.as
package org.papervision3d.core.animation
{
public interface IAnimatable
{
/**
* Plays the animation.
*
* @param clip Optional clip name.
*/
function play(clip:String=null):void;
www.eeworm.com/read/267896/4258358
as colorizer.as
package de.alex_uhlmann.animationpackage.animation {
import flash.geom.ColorTransform;
import de.alex_uhlmann.animationpackage.animation.IMultiAnimatable;
import de.alex_uhlmann.animationpackage.an