Commit Graph

37 Commits

Author SHA1 Message Date
Michael Pfaff 6f45e6b774
Use unwrap instead of unwrap_throw so that we get stacktraces 2022-05-26 08:45:35 -04:00
Pauan 21daff2879 Changing apply_methods/html/svg to run each method call on a separate statement
This means that any locks will be freed at the end of the method call
2021-05-17 09:42:46 +02:00
Pauan 2d9ae38c9d Making MutableAnimation Clone 2021-04-26 17:08:11 +02:00
Pauan 748326492b Minor improvements 2020-06-02 17:14:10 +02:00
Pauan 4cf6acd71b Replacing pin-utils with pin-project 2020-06-02 14:27:36 +02:00
Pauan 1c08b3043b Adding in child_signal method 2020-01-08 09:52:00 +01:00
Pauan 0af4347abd Adding in cubic beziers for animation 2019-10-14 05:05:15 +02:00
Pauan 88261d875b Minor improvement to the animation implementation 2019-08-29 04:56:06 +02:00
Pauan fae50b2401 Adding in interning system for strings 2019-06-21 01:57:47 +02:00
Pauan ec85fef904 Various small improvements 2019-06-20 17:52:52 +02:00
Pauan 90c6fb01dc Fixing build errors 2019-06-16 01:00:54 +02:00
Pauan a7904e27c8 Minor tweaks 2019-06-15 11:23:38 +02:00
Pauan 4afde43974 Breaking change: dominator now uses wasm-bindgen rather than stdweb 2019-06-11 15:29:46 +02:00
Pauan 258ef239d8 Updating to work with latest Nightly 2019-04-29 02:30:55 +02:00
Pauan f93cbe5b2e Fixing to work with latest Nightly 2019-03-15 11:07:14 +01:00
Pauan 479cebe800 Updating to latest Nightly 2019-02-16 11:14:49 +01:00
Pauan 2b11203e16 Fixing to work with latest nightly 2019-01-08 11:14:15 +01:00
Pauan de331b2c2e Adding in timestamps_absolute_difference 2018-11-24 11:08:59 -10:00
Pauan af462d41e7 Adding in animation::timestamps_difference function 2018-11-24 10:59:26 -10:00
Pauan 646075b74c Breaking change: upgrading to use Futures 0.3 2018-10-22 14:16:54 -10:00
Pauan bde76d90a4 Adding in Debug implementation for OnTimestampDiff 2018-07-30 14:33:53 -10:00
Pauan 4c0368fd9f Updating to use set_neq 2018-07-14 11:36:50 -10:00
Pauan 777c248d0d Adding in OnTimestampDiff 2018-07-13 12:26:45 -10:00
Pauan b53608f299 Adding in MutableAnimation::current_percentage 2018-07-07 05:21:51 -10:00
Pauan b8e18b3d25 Making everything thread safe 2018-06-11 10:54:47 -10:00
Pauan b6d9a547f7 Removing as_option_end and as_option_start and replacing them with none_if 2018-06-08 06:05:15 -10:00
Pauan 291273bcc0 Adding in Percentage::as_option_end and Percentage::as_option_start 2018-06-08 06:00:33 -10:00
Pauan 6109e33782 Adding in Debug implementation for MutableAnimation 2018-06-06 02:51:34 -10:00
Pauan 3082edde66 Adding in SVG support 2018-05-24 00:22:47 -10:00
Pauan b72cbf5ec6 A lot of breaking changes, improvements, etc. 2018-04-25 13:01:52 -10:00
Pauan da73729693 Fixing to use the latest futures-signals 2018-03-29 15:48:20 -10:00
Pauan 072708b36a Changing to use the futures-signals crate 2018-03-18 06:11:52 -10:00
Pauan 165fd7e5fa Changing Timestamps to use thread_local + Rc + RefCell rather than Arc + Mutex 2018-03-17 01:17:06 -10:00
Pauan ed137a5aa1 Changing timestamps to use Rc + RefCell rather than Arc + Mutex 2018-03-16 03:40:18 -10:00
Pauan 4c25472712 Changing to use a Rust queue for the animations 2018-03-15 20:50:21 -10:00
Pauan dc877f0aa3 Adding in working animations 2018-03-15 00:54:18 -10:00
Pauan c05d6857b3 Initial work on adding in animations 2018-03-12 14:09:44 -10:00