Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Enhancement] Improve animation sliders #1157

Merged
merged 7 commits into from
Jul 5, 2020
Merged

[Enhancement] Improve animation sliders #1157

merged 7 commits into from
Jul 5, 2020

Conversation

heshan0131
Copy link
Contributor

  • manage slider animation using animation controller
  • improve how handling slider drag event is handled
  • support animation by preset interval and time steps

@heshan0131 heshan0131 requested a review from macrigiuseppe June 18, 2020 00:03
@@ -178,7 +178,7 @@ class App extends Component {
_loadSampleData() {
this._loadPointData();
// this._loadGeojsonData();
// this._loadTripGeoJson();
this._loadTripGeoJson();
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

do you want to keep both datasets?


_timer = null;

_animte = delay => {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

did you mean animate? maybe a typo

Signed-off-by: Shan He <[email protected]>
@heshan0131 heshan0131 merged commit 901ffdf into master Jul 5, 2020
@delete-merged-branch delete-merged-branch bot deleted the improve-sliders branch July 5, 2020 20:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants