代码搜索:Animation
找到约 4,070 项符合「Animation」的源代码
代码结果 4,070
www.eeworm.com/read/222380/14693453
js animation.js
/* Copyright (c) 2006 Yahoo! Inc. All rights reserved. */
YAHOO.util.Anim=function(el,attributes,duration,method)
{if(el){this.init(el,attributes,duration,method);}};YAHOO.util.Anim.prototype={doMet
www.eeworm.com/read/119673/14824555
java animation.java
/*
* @(#)Animation.java 1.5 01/04/04
*
* Copyright (c) 2000-2001 Sun Microsystems, Inc. All Rights Reserved.
*
* This software is the confidential and proprietary information of Sun
* Microsyste
www.eeworm.com/read/119317/14833360
doc animation.doc
www.eeworm.com/read/119317/14833361
frm animation.frm
VERSION 4.00
Begin VB.Form frmAnimation
BackColor = &H00FFFFFF&
Caption = "Animation Demo"
ClientHeight = 3885
ClientLeft = 1530
ClientTop =
www.eeworm.com/read/119317/14833363
frx animation.frx
www.eeworm.com/read/218201/14931401
bmp animation.bmp
www.eeworm.com/read/117099/14940237
cfg animation.cfg
// animation config file
sex m
// first frame, num frames, looping frames, frames per second
0 30 0 20 // BOTH_DEATH1
29 1 0 20 // BOTH_DEAD1
30 30 0 20 // BOTH_DEATH2
59 1 0 20 // BOT
www.eeworm.com/read/117098/14940283
cfg animation.cfg
// animation config file
sex m
// first frame, num frames, looping frames, frames per second
0 30 0 20 // BOTH_DEATH1
29 1 0 20 // BOTH_DEAD1
30 30 0 20 // BOTH_DEATH2
59 1 0 20 // BOT
www.eeworm.com/read/115784/15001144
java animation.java
import java.awt.Image;
import java.util.ArrayList;
/**
The Animation class manages a series of images (frames) and
the amount of time to display each frame.
*/
public class Animation {
www.eeworm.com/read/115588/15006626
h animation.h
/* Animation.H
*
* provides Animation-Declarations & -operations
*
* Copyright 2003 by PaP / JTMK
*/
#ifndef Animation_H
#define Animation_H
#include "vectors.h"
#include "objekt.