Skip to content

Tags: mauricedw22/velocity

Tags

1.2.3

Toggle 1.2.3's commit message
Merge branch 'phopkins-feature/finish-all-queued'

1.2.2

Toggle 1.2.2's commit message
UI Pack Fixes

Fixes bug with e/p/o shorthands and Sequence Running. Closes julianshapiro#413.
Closes julianshapiro#421. Closes julianshapiro#435.

Closes julianshapiro#415. Thanks, @dabernathy89!

Closes julianshapiro#407.

1.2.0

Toggle 1.2.0's commit message
1.2.0

Closes julianshapiro#293. You can now pass a `tween` property for creating arbitrary
tween callbacks via the `progress` function. Refer to
VelocityJS.org/#progress for more information.

Created e/p/o shorthands for elements/properties/options syntactic
sugar arguments syntax. Refer to VelocityJS.org/#arguments to learn
more.

Closes julianshapiro#368. The stop command now has increased targeting for `queue:
false` animations, and is more robust. Refer to VelocityJS.org/#stop
for more.

Closes julianshapiro#396. Easing functions are now passed `opts` and `tweenDelta` so
that custom easing functions can have greater access to animation
parameters. Refer to VelocityJS.org/#easing for more.

Closes julianshapiro#343. Differently-colored border colors don’t throw off
`border-color` animation anymore.

Closes julianshapiro#321. Implements “finish” feature for prematurely stopping
current animations, but having them reach their end values and trigger
their corresponding callbacks. Refer to VelocityJS.org/#finish for more.

Closes julianshapiro#352. Prevents Firefox from throwing an error when animating an
SVG element that isn’t being visually rendered.

Closes julianshapiro#317. Array compacting now happens within ticks to ensure loops
don’t cause arrays to bloat. Thanks so much, @marvelousNinja!

Closes julianshapiro#324. HTML tables and tbody’s now have their proper display
values set by Velocity. Thanks so much to @dtreiter and @okrad!

Closes julianshapiro#371. Looping `backgroundPositionX/Y` to 100% causes a proper
incrementing loop instead of alternation.

1.1.0

Toggle 1.1.0's commit message
Update package.json

1.0.0

Toggle 1.0.0's commit message
Update README.md

0.11.9

Toggle 0.11.9's commit message
0.11.9

Apply `overflow: hidden` when using the slide commands. Closes julianshapiro#260.

Sequence (UI pack effect) options object no longer gets externally
modified by Velocity. Closes julianshapiro#265.

Fixed bug where tweens would jump when dequeuing custom queues. Closes
julianshapiro#262. (The reverse command now only applies to the default effects
queue; reverse cannot be used with custom queues or parallel queueing
(queue: false).)

Fixed unit conversion bug on the `x` property of SVG elements.

0.11.8

Toggle 0.11.8's commit message
Update README.md

0.11.6

Toggle 0.11.6's commit message
Utility function w/ sequences fix

Fixes sequences with raw DOM elements and utility function. Closes
julianshapiro#247. Closes julianshapiro#249. Thanks, @fattenap.

Prepare Velocity for the upcoming jQuery shim. Closes julianshapiro#208.