--- a/ui/views/effectengine/effectplugin/src/glxfadeplugin.cpp Fri May 14 15:52:22 2010 +0300
+++ b/ui/views/effectengine/effectplugin/src/glxfadeplugin.cpp Thu May 27 12:51:42 2010 +0300
@@ -20,8 +20,8 @@
GlxFadePlugin::GlxFadePlugin() : mItem(NULL)
{
- mEffectFileList.append(QString(":/data/view_flip_hide.fxml"));
- mEffectFileList.append(QString(":/data/view_flip_show.fxml"));
+ mEffectFileList.append(QString(":/data/opacity_deactivate.fxml"));
+ mEffectFileList.append(QString(":/data/opacity_activate.fxml"));
}
void GlxFadePlugin::setUpItems( QList< QGraphicsItem * > & items )
@@ -30,16 +30,16 @@
return;
mItem = items.at(1);
- mItem->hide();
+ //mItem->hide();
mItem->setPos(0,0);
items.at(0)->setPos(0,0);
}
bool GlxFadePlugin::isAnimationLater(int index)
{
- if ( index == 1) {
+ /*if ( index == 1) {
return true;
- }
+ }*/
return false;
}