3 Replies Latest reply on Apr 14, 2008 5:55 PM by sergeysmirnov

    richfaces efffect scaling & moving

    hbmailinglist

      Hello is there anyway I can invoke a scale or move effect with richfaces.

      here is what I have done but nothing happens...in fact I get a java script error:

      <h:graphicImage title="d"
      url="#{dUrl}" >
      <rich:effect event="onmouseover" type="scale" params="scaleX:10, scaleX:10, duration:1"/>
      </h:graphicImage >

      I can fade soemthing in and out, but I really want to scale & move...

      Thanks