Details

    • Type: Bug Bug
    • Status: Closed
    • Priority: Major Major
    • Resolution: Fixed
    • Affects Version/s: 1.6DR#3
    • Fix Version/s: 1.6DR#6, 1.6
    • Component/s: ICE-Components
    • Labels:
      None
    • Environment:
      any

      Description

      Opacity effect doesn't seem to be working. Tried both:

      Effect effect = EffectFactory.create("Effect.Opacity");
      Effect effect = new Opacity(0.4f);

        Activity

        Hide
        Adnan Durrani added a comment -

        Has been fixed. However the constructor has been changed: revision 14220

        Opacity();
        Opacity(float from, float to);
        Opacity(float duration, float from, float to);

        Show
        Adnan Durrani added a comment - Has been fixed. However the constructor has been changed: revision 14220 Opacity(); Opacity(float from, float to); Opacity(float duration, float from, float to);
        Hide
        Adnan Durrani added a comment -

        The order of param changed for the following constructor: revision 14221
        Opacity(float duration, float from, float to)

        New order:

        Opacity( float from, float to, float duration)

        Show
        Adnan Durrani added a comment - The order of param changed for the following constructor: revision 14221 Opacity(float duration, float from, float to) New order: Opacity( float from, float to, float duration)

          People

          • Assignee:
            Unassigned
            Reporter:
            Philip Breau
          • Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

            • Created:
              Updated:
              Resolved: