Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
[fix]: Merge descs for both types into property desc, keep both types
  • Loading branch information
jzaefferer committed Apr 22, 2015
commit 1418aa1370ec8709b4831ae73965d9771ef60f7a
6 changes: 4 additions & 2 deletions entries/transfer.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,10 @@
<property name="className" type="String" default="null">
<desc>A class to add to the transfer element, in addition to <code>ui-effects-transfer</code>.</desc>
</property>
<property name="duration" type="Number" default="400">
<desc>The strings <code>"fast"</code> and <code>"slow"</code> can be supplied to indicate durations of 200 and 600 milliseconds, respectively.</desc>
<property name="duration" default="400">
<desc>A string or number determining how long the animation will run. The strings <code>"fast"</code> and <code>"slow"</code> can be supplied to indicate durations of 200 and 600 milliseconds, respectively. The number type indicates the duration in milliseconds.</desc>
<type name="Number"/>
<type name="String"/>
</property>
<property name="easing" type="String" default="swing">
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

<desc>A string indicating which <a href="/easings/">easing</a> function to use for the transition.</desc>
Expand Down