Commit Graph

237 Commits (1afcfd2b5f30216164c582d703eb29a6ad4bd831)

Author SHA1 Message Date
Rich-Harris 1a92398101 apply delays to bidirectional transitions - fixes #562
8 years ago
Rich-Harris 58504a36ff abort intros before restarting them - fixes #546
8 years ago
Rich-Harris 409043bb9b export generateKeyframes
8 years ago
Rich-Harris 90adb3bda8 gah node 4
8 years ago
Rich-Harris e796fefcee stringify helpers before bundling
8 years ago
Rich-Harris 8da701936f rename styles method to css - less ambiguity over what it returns, no style/styles confusion
8 years ago
Rich-Harris b8affd42e9 simplify/unify transitions
8 years ago
Rich-Harris f5bc3e3c84 remove method is unused
8 years ago
Rich-Harris 07f6ec50ed only apply easing function once!
8 years ago
Rich-Harris 5bee31fde6 get basic intro transition test passing
8 years ago
Rich-Harris 5638a7631b restart animations on secondary intro, various bits of cleanup
8 years ago
Rich-Harris d63f80fc48 never abort transitions, they are either bidi or non-abortable
8 years ago
Rich-Harris 806b09840a CSS transitions
8 years ago
Rich-Harris 45a9ce056d handle bidirectional transitions differently
8 years ago
Rich-Harris aa67f8b8c4 abort transitions
8 years ago
Rich-Harris 2a5b0ee1a4 support very basic outro transitions
8 years ago
Rich-Harris 8ccad1f107 first working intro transition, woooo
8 years ago
Rich-Harris d8cec7f414 style consistency
8 years ago
Rich-Harris e56f09dfe5 clone before set — fixes #479
8 years ago
Rich-Harris 51ff9ecfa6 allow helpers to depend on one another (closes #481)
8 years ago
Rich Harris 1e2c8593f2 hoist some event handlers, rewrite non-hoisted ones to avoid binding
8 years ago
Rich-Harris 731f09d173 Merge branch 'master' into refactor
8 years ago
Rich Harris 3006a245af more consistent naming
8 years ago
Rich Harris 7219202471 reverse pre and post to fix deferrerd observers (fixes #441)
8 years ago
Rich-Harris e592c052aa use assign helper, to avoid compatibility headaches
8 years ago
Rich-Harris 44287f846a recompute computed values with functions as dependencies (#413)
8 years ago
Rich Harris 7b057e4fc2 implement bind:group for checkbox inputs (#312)
8 years ago
Rich Harris 6a4c3e46b3 add shared prototype
8 years ago
Rich Harris 06f89d1d96 dev warnings for bad arguments to component.observe (#369), and component.on("teardown") (#365)
8 years ago
Rich Harris 3235b2c35a always flush render hooks, even if initiator is a nested component (#263)
8 years ago
Rich Harris 23296996ce Merge pull request #265 from sveltejs/gh-264
8 years ago
Rich Harris fa70530261 handle xlink attributes
8 years ago
Conduitry cdb4a3568d use empty comments as anchors
8 years ago
Arpad Borsos 01cc3564be
Move EachBlock and RawMustache detach code into shared
8 years ago
Conduitry 7340b7fcdb make addEventListener, removeEventListener, setAttribute shared
8 years ago
Rich-Harris 9d37ae4f4b move methods out of constructor
8 years ago
Rich-Harris a16704fbf0 use helpers for DOM operations
8 years ago