本文内容来自raywenderlich的这篇文章的翻译:AVFoundation Tutorial: Adding Overlays and Animations to Videos这是我当年做视频大量参考的文章。写得非常好,建议看完我的这篇去看原文。第一节:给视频添加边框今天第一节先讲解如何为一个...
分类:
其他好文 时间:
2015-01-04 13:28:36
阅读次数:
234
android开发之Animations的使用(四)
本博文主要讲述的是,animation在layout中的使用。本文是用ListView控件为例子
实现在layout中的使用有两种方法,
第一是直接使用xml文件中的layoutAnimation标签
第二是使用代码实现,使用layoutAnimationController对象完成,
详细代码如下:
MainActivity.ja...
分类:
移动开发 时间:
2014-12-16 17:13:58
阅读次数:
221
一 、Animations简介 Animations提供了一系列的动画效果,这些效果可以应用于绝大多数的控件;二、Animations的分类 第一类:TweenedAnimations,该类Animations提供了旋转,移动,淡入淡出和缩放等效果; 第二类:Frame-by-Frame...
分类:
移动开发 时间:
2014-12-16 14:52:59
阅读次数:
183
android开发之Animations的使用(三)
本博文主要讲述的是,Animations在android开发中的用来循环播放动画的效果:
MainActivity.java:
package com.example.animationtest3;
import android.os.Bundle;
import android.app.Activity;
im...
分类:
移动开发 时间:
2014-12-15 20:25:27
阅读次数:
205
android开发之Animations的使用(一)
本博文主要讲述的是android开发中的动画效果(Animations)API的使用,主要讲述动画的四种效果的实现:
第一,图片缩放效果
第二,图片移动效果
第三,图片翻转效果
第四,图片的渐进效果
下面我们来看代码:
首先我们来看MainActivity.java:
package com.ex...
分类:
移动开发 时间:
2014-12-15 17:25:19
阅读次数:
259
android开发之Animations的使用(二)
本博文主要讲述的是android开发中的animation动画效果的使用,和上一篇博文不同的是,此次四种动画效果,主要使用的是xml文件实现的,提高了代码的可重用性和可维护性.
使用的基本步骤如下:
1、首先在res文件夹下创建一个anim文件夹
2、在此文件夹中新建四种动画效果的xml文件(scale.xml,rotate.xml,...
分类:
移动开发 时间:
2014-12-15 17:21:11
阅读次数:
255
网址https://www.youtube.com/channel/UCWZtJoFf-INn0A3j07a4MsA/playlists目录免疫学https://www.youtube.com/playlist?list=PLXwnjgs_UWpLxqWI9KecxAIL2Ks5oWsEH生物化学,...
分类:
其他好文 时间:
2014-12-12 20:42:56
阅读次数:
155
original: http://www.visuallylocated.com/post/2014/06/24/Page-transitions-and-animations-in-Windows-Phone-Runtime.aspxWith the release of Windows Ph.....
一、在WP8.1中是有动画(Animation)的:页面导航(默认为旋转式Turnstile)、PointerDown/up(默认是倾斜)、页面旋转、MenuFlyout出现等等二、页面过渡(Page transition)1、默认的动画是旋转式(Turnstile)。2、除了默认的动画,我们还可以...
分类:
其他好文 时间:
2014-12-09 01:48:01
阅读次数:
459
BBCyclingLabelBBCyclingLabelis just like aUILabelbut allows you to perform custom animations when changing text.Instead of using twoUILabel's and cros...
分类:
其他好文 时间:
2014-12-07 00:01:25
阅读次数:
529