That looks more difficult then it really is

ArrayCollection dataProvider = ArrayCollection.newInstance();
dataProvider.addItem("/demo/g.png");
dataProvider.addItem("/demo/w.png");
dataProvider.addItem("/demo/t.png");
dataProvider.addItem("/demo/4.png");
dataProvider.addItem("/demo/a.png");
dataProvider.addItem("/demo/i.png");
dataProvider.addItem("/demo/r.png");

final Fisheye fishEye = Fisheye.newInstance();
fishEye.setDataProvider(dataProvider);
fishEye.setItemRenderer(Image.newInstance());
fishEye.setPercentHeight(100);
fishEye.setPercentWidth(100);
fishEye.setStyle("verticalAlign", "bottom");

Application.get().addElement(fishEye);

You can also refer to

http://code.google.com/p/gwt4air/wiki/Fisheye


Best


Alain



2011/5/17 gwt.user <gwt.u...@yahoo.fr>

> How did you implement the animation right on the startpage of the
> explorether ?
> I mean the bouncing letters.
>
> Thanks.
>
>
>  --
> You received this message because you are subscribed to the Google Groups
> "Google Web Toolkit" group.
> To post to this group, send email to google-web-toolkit@googlegroups.com.
> To unsubscribe from this group, send email to
> google-web-toolkit+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/google-web-toolkit?hl=en.
>



-- 

GWT API for  non Java based platforms
http://code.google.com/p/gwt4air/
http://www.gwt4air.appspot.com/

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to