Ticket #1774847 (closed enhancement)

Reporter


sfbugs
Opened: 08/15/07
Last modified: 01/14/11
Status: closed
Type: enhancement

Owner


Matt Sweeney
Target Release: 3.3.0
Priority: P3 (normal)
Summary: Add support for named effects
Description:

Any plans to implement scriptaculous' Effect.Grow() effect?

Type: enhancement Observed in Version: 3.0.0 PR1
Component: Animation Severity: S3 (normal)
Assigned To: Matt Sweeney Target Release: 3.3.0
Location: Library Code Priority: P3 (normal)
Tags: Relates To:
Browsers: N/A
URL:
Test Information:

Change History

George

YUI Developer

Posted: 08/23/07

Forwarding to component owner for consideration.

George

YUI Developer

Posted: 10/1/07
  • summary changed from The "growing" effect to [#1507019] The "growing" effect

Added to internal bug DB for tracking #1507019

George

YUI Developer

Posted: 10/1/07
  • status changed from assigned to closed

nobody

  • Username: nobody
Posted: 10/29/07

How is this different from using a combination of width and height in a YUI animation?

http://developer.yahoo.com/yui/examples/animation/attributes.html

sfbugs

Posted: 01/7/09

This ticket was imported from Source Forge.

Orginially submitted by: nobody

George

YUI Developer

Posted: 02/6/09
  • browser changed to
  • location changed to
  • milestone changed from 3.NEXT to 3.0.0 Beta1
  • summary changed from The "growing" effect to Add support for named effects
  • testinfomation changed to
  • version changed from None to 3.0.0 PR1

comment from bugzilla 2220261 added for reference:

In order to enable reuse of effects and allow for pre-canned effects, we need a way to add and invoke named effects to Anim.

Matt Sweeney

YUI Developer

Posted: 03/5/09
  • milestone changed from 3.0.0 Beta1 to FUTURE
  • status changed from assigned to accepted

Matt Sweeney

YUI Developer

Posted: 04/22/10
  • browser changed to N/A
  • location changed to Library Code
  • milestone changed from FUTURE to 3.2.0

Matt Sweeney

YUI Developer

Posted: 04/29/10

Ticket #2016372 was marked as a duplicate of this ticket.

Matt Sweeney

YUI Developer

Posted: 07/1/10
  • milestone changed from 3.2.0 to 3.3.0

Matt Sweeney

YUI Developer

Posted: 10/19/10
  • resolution changed from None
  • status changed from accepted to checkedin

This has been added for 3.3.0. Effects added via Y.Transition.add() are callable via the Node::transition method:

Y.Transition.add({
fadeOut: {
opacity: 0,
duration: 0.75,
easing: 'ease-in'
}
});

...

node.transition('fadeOut');

George

YUI Developer

Posted: 01/14/11
  • status changed from checkedin to closed