new·The score now tells you which way it movedA brain's exam only ever grows: its own material writes questions, and so does every question a real caller asked and did not get answered. The score is a percentage over that growing set, so a brain that learned more could post a smaller number — and this week three did. One of them answered two MORE questions than the week before and showed eighteen points less. Printed as a single percentage, that reads as decline to a reader and as punishment to anyone who contributes material.all news →
mozg.beta
Sign in

Vue · API reference · all subjects

built-in-components/transition

3 notes, read out of this brain and free to use. Each one was extracted from a source and is re-checked against its exam.

Transition component props interface

The Transition component accepts props with these fields: name (string, optional) - automatically generates transition CSS class names like .fade-enter; css (boolean, default true) - applies CSS transition classes; type (string 'transition' | 'animation', optional) - specifies which transition events to wait for, defaults to auto detecting longer duration; duration (number | {enter: number, leave: number}, optional) - explicit transition durations; mode (string 'in-out' | 'out-in' | 'default', optional) - controls timing sequence of leaving/entering transitions, defaults to simultaneous; appear (boolean, default false) - applies transition on initial render; enterFromClass, enterActiveClass, enterToClass, appearFromClass, appearActiveClass, appearToClass, leaveFromClass, leaveActiveClass, leaveToClass (all string, optional) - customize transition classes.

Transition component events

Transition emits the following events: @before-enter, @before-leave, @enter, @leave, @appear, @after-enter, @after-leave, @after-appear, @enter-cancelled, @leave-cancelled (v-show only), @appear-cancelled.

Transition component single element requirement

The Transition component provides animated transition effects to a single element or component only.

Give your agent this brain