代码搜索:Animation
找到约 4,070 项符合「Animation」的源代码
代码结果 4,070
www.eeworm.com/read/218580/4859259
js tvfadeout.js
/* Copyright (c) 2006 Yahoo! Inc. All rights reserved. */
/**
* A 1/2 second fade out animation.
*
* @constructor
* @param el {HTMLElement} the element to animate
* @param callback {Funct
www.eeworm.com/read/211249/4944753
java example3.java
import javax.microedition.m3g.*;
/**
* Animation and interpolation test.
*
* The result should be a smoothly rotating white cube over a black
* "floor".
*
*/
public class Example3 ex
www.eeworm.com/read/194600/5125880
readme
EVA login animation( in the system tray ) uses QMovie, which only support MNG and GIF.
Because of the patent problem of format GIF, TrollTech recommend using MNG, and also developers are warned in Qt
www.eeworm.com/read/185913/5235365
java fishcanvas.java
import javax.microedition.lcdui.*;
/**
* Title: FishCanvas
* Description: Chapter 5 example of interactive animation
* Copyright: Copyright (c) 2004
* @tpark
* @version 1.0
www.eeworm.com/read/349836/3138838
readme
EVA login animation( in the system tray ) uses QMovie, which only support MNG and GIF.
Because of the patent problem of format GIF, TrollTech recommend using MNG, and also developers are warned in Qt
www.eeworm.com/read/349694/3141734
js tvfadein.js
/* Copyright (c) 2006 Yahoo! Inc. All rights reserved. */
/**
* A 1/2 second fade-in animation.
*
* @constructor
* @param el {HTMLElement} the element to animate
* @param callback {functi
www.eeworm.com/read/349694/3141736
js tvfadeout.js
/* Copyright (c) 2006 Yahoo! Inc. All rights reserved. */
/**
* A 1/2 second fade out animation.
*
* @constructor
* @param el {HTMLElement} the element to animate
* @param callback {Funct
www.eeworm.com/read/331815/3402528
as morpher.as
package away3d.core.base
{
/**
* Keyframe animation morpher
*/
public class Morpher extends Object3D
{
private var weight:Number;
private var vertices:BaseMesh;
www.eeworm.com/read/331815/3402534
as animationgroup.as
package away3d.core.base
{
import away3d.core.base.*;
/**
* Holds information about a list of animation sequences.
*/
public class AnimationGroup
{
/**
* An array of anim
www.eeworm.com/read/331173/3415196
java subscriptedlabel.java
// SubscriptedLabel.java
// SubscriptedLabel for block diagram animation
//
import java.awt.*;
import java.util.*;
public class SubscriptedLabel {
//
int x, y; // Position
static int h = 30;