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

cascaded-animation without a first delay #202

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

sandro-k
Copy link

@sandro-k sandro-k commented Sep 5, 2016

Description

Currently it is not possible to to run a cascaded-animation without a first delay.

Expected outcome

<cascaded-animation> applies an animation on an array of elements with a delay between each.
the delay defaults to 50ms.

0ms | animation1 | nodeDelay ms | animation2 | nodeDelay ms | animation3

Setting nodeDelay = 1000 and timing.delay = 0 should run the first animation after 0ms and then the following with nodeDelay.

Actual outcome

nodeDelay ms | animation1 | nodeDelay ms | animation2 | nodeDelay ms | animation3

The first animation has a delay of nodeDelay and therefor the initial animation is delayed by nodeDelay ms

Browsers Affected

  • Chrome
  • Firefox
  • Safari 9
  • Safari 8
  • Safari 7
  • Edge
  • IE 11
  • IE 10

This PR addresses and fixes the issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants