startDrag(e, apple, 1)"
class="absolute text-5xl flex items-center justify-center drop-shadow-md z-10"
:class="apple.isDragging ? 'grabbing-cursor scale-110' : 'grab-cursor hover:scale-105'"
:style="{ left: apple.x + '%', top: apple.y + '%', transition: apple.isDragging ? 'none' : 'all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1)' }">
🍎
Answer: {{ s1_half }}