fullcalendar/event_ui/dragOpacity.txt

29 lines
657 B
Plaintext
Raw Normal View History

2010-01-16 23:29:18 +01:00
dragOpacity *1.3*
=================
The opacity of an event when it is being dragged.
<div class='spec' markdown='1'>
Float/[View Option Hash](../views/View_Option_Hash), *default*:
{
// for agendaWeek and agendaDay
agenda: .5,
// for all other views
'': 1.0
}
</div>
Float values range from 0.0 to 1.0.
Specify a single number to affect all views, or a [View Option Hash](../views/View_Option_Hash) to target specific views
(which is what the default does).
<div class='version-info' markdown='1'>
A View Option Hash can only be provided in version 1.4 and later.
Prior to version 1.3, this option was known as *eventDragOpacity*
</div>