请问如何在同一表格上使用图片的幻灯片转换?
我使用了这段代码,但显示错误
Label lab = new Label();
lab.setUIID("IMAGE");
lab.setTransitionOutAnimator(CommonTransitions.createSlideFadeTitle(true,duration.getAsInt(3000)));
请问我该如何解决这个问题。感谢
答案 0 :(得分:0)
您需要使用幻灯片。幻灯片淡化是为表单设计的特殊过渡,在iOS中用于在滑动时淡化标题。
为组件入口/出口设置动画的方法是替换它,例如:
<?php
/**
* Innovation created by ThemeRuby
* This file display home layout
*/
//get home options
require_once("<path-to-class-file>");
$ruby_options['page_layout'] = innovation_ruby_util::get_theme_option( 'home_layout' );
$ruby_options['sidebar_name'] = innovation_ruby_util::get_theme_option( 'home_sidebar' );
.
.
.