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

$count parameter doesn't seem to be in the _properties file #30

Closed
davebowker opened this issue Jul 18, 2015 · 2 comments
Closed

$count parameter doesn't seem to be in the _properties file #30

davebowker opened this issue Jul 18, 2015 · 2 comments

Comments

@davebowker
Copy link

Also, some animations it says does not $count. The example on the readme doesn't work due to this.

.your-class-name {
  @include bounceIn(
    $duration: 1s,
    $count: 2,
    $delay: .2s,
    $function: ease, 
    $fill: both
  );
}
@geoffgraham
Copy link
Owner

Hmm, that's strange. The demo animation seems to work for me and I also see that $count is called in the _bounceIn.scss.

Is there perhaps something else at play that I might be missing?

@davebowker
Copy link
Author

Right, think I found the issue.

Your github is up-to-date, obviously, but I installed via bower.

C:\xampp\htdocs\newwws.io.bs4 [master]> bower install animate.css-scss#latest
bower cached        git://github.com/Igosuki/animate.scss.git#3.1.0
bower validate      3.1.0 against git://github.com/Igosuki/animate.scss.git#*

IGOSUKI... Is 36 commits behind your master.

So when I follow your bower method of install I, and anyone else, will get this old version:
image

D

@davebowker davebowker mentioned this issue Oct 18, 2015
Closed
geoffgraham pushed a commit that referenced this issue Oct 20, 2015
Signed-off-by: Geoff Graham <geoff@Geoffs-MBP.home>
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

No branches or pull requests

2 participants