偷懒使用animate.css来制作效果animate动画的基本属性:属性描述CSS@keyframes规定动画。3animation所有动画属性的简写属性,除了 animation-play-state 属性。3animation-name规定 @keyframes 动画的名称。3animatio...
分类:
Web程序 时间:
2014-12-23 12:10:47
阅读次数:
186
QQ空间在输错帐号或密码时会一左一右晃动,这种动画可使用关键帧动画实现。- (void)shakeView:(UIView *)view { CAKeyframeAnimation *shakeAnimation = [CAKeyframeAnimation animation]; sh...
分类:
移动开发 时间:
2014-12-22 22:33:42
阅读次数:
194
$(window).load(function() { $('.flexslider').flexslider({ animation: "fade", //String: Select your animation type, "fade" or "slide"图片变换...
分类:
其他好文 时间:
2014-12-22 17:44:01
阅读次数:
173
JTNumberScrollAnimatedView效果:Use JTNumberScrollAnimatedView for have a nice animation for display number. It's easy to use, easy to customize.使用JTNumb...
分类:
其他好文 时间:
2014-12-21 19:14:38
阅读次数:
233
第一种:TranslateAnimation 动画效果演示:public void move(View view) {// 传统动画效果 TranslateAnimation animation=new TranslateAnimation(0, 500, 0, 0);// 时间 anima...
分类:
移动开发 时间:
2014-12-20 18:11:03
阅读次数:
159
概要
一些简单的动画代理学习例子,包括显示、隐式、关键帧、关键帧路径四类动画。
结果展示
流程概要
见代码
主要代码
//
// ViewController.m
// Animation
//
// Created by arbboter on 14/12/20.
// Copyright (c) 2014年 arbboter. A...
分类:
其他好文 时间:
2014-12-20 17:00:28
阅读次数:
373
1. Animation动画在Android 中,系统提供了动画类 Animation ,其中又分为四种动画效果:● AlphaAnimation:透明度渐变动画●ScaleAnimation:渐变尺寸缩放动画;● TranslateAnimation:移动动画● RotateAnimation:旋...
分类:
移动开发 时间:
2014-12-19 12:50:54
阅读次数:
349
公司要求换一个loading,然后随便写写,改了下border-radius的参数,发现这个类似叶子形状的挺不错的啊,哈哈~...
分类:
其他好文 时间:
2014-12-18 12:01:39
阅读次数:
174
- (UIImageView *)rotate360DegreeWithImageView:(UIImageView *)imageView{ CABasicAnimation *animation = [ CABasicAnimation animationWithKeyPath: @"tran....
分类:
其他好文 时间:
2014-12-17 20:20:36
阅读次数:
269
android开发之Animation的使用(五)
本博文主要讲述的是Animation中的AnimationLisenter的使用方法,以及此类的一些生命周期函数的调用,代码实例如下:
MainActivity.java:
package com.example.animationlistener;
import android.os.Bundle;
i...
分类:
移动开发 时间:
2014-12-17 12:58:38
阅读次数:
174