This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 180657 - Add 'at' item to the Animation category
Summary: Add 'at' item to the Animation category
Status: VERIFIED FIXED
Alias: None
Product: javafx
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 6.x
Hardware: PC Windows XP
: P3 normal (vote)
Assignee: Karol Harezlak
URL:
Keywords:
Depends on:
Blocks: 178578
  Show dependency tree
 
Reported: 2010-02-12 06:55 UTC by Alexandr Scherbatiy
Modified: 2010-05-12 10:07 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alexandr Scherbatiy 2010-02-12 06:55:12 UTC
http://javafx.com/docs/articles/animation_basics/


Add 'at' item to the Animation category:
------------------------------------------------------
  at (5s)  { value => 20.0 tween Interpolator.LINEAR }
------------------------------------------------------

The 'at' construction is just a short version of the KeyFrame component.
It would be nice if users have a choice what to use in Timeline
from the palette  the KeyFrame or the 'at' templete.
Comment 1 Karol Harezlak 2010-05-11 12:56:06 UTC
implemented,

http://hg.netbeans.org/javafx/rev/aa0480900a3a
Comment 2 Alexandr Scherbatiy 2010-05-12 10:07:20 UTC
The 'at' item is added to the Actions instead of the Animation category.
See issue 185984  

The is no the selection for the 'value' attribute.
See the issue 185987