geoffgraham/animate.scss

Missing animations

Closed this issue · 14 comments

It seems the bower repository is missing some animation.
Animate.scss contains zoom and other animations which are not on the bower installed version.

That's strange! Seems to include everything when I import the repo in via Bower. Have you tried running bower update on it to make sure it's pulling the latest?

This issue should be closed because Zoom is available. Jello is missing, but I already see it as a todo. Will send a pull request for jello soon.

That's my animate.scss, bower version animate.css-scss#~3.1.0 . As you can see various animation are not in this file. Am I using the wrong version or bower have an older version?

// Import the animations
@import
"_attention/attention.scss",
"_bouncing-entrances/bouncing-entrances.scss",
"_bouncing-exits/bouncing-exits.scss",
"_fading-entrances/fading-entrances.scss",
"_fading-exits/fading-exits.scss",
"_flippers/flippers.scss",
"_lightspeed/lightspeed.scss",
"_rotating-entrances/rotating-entrances.scss",
"_rotating-exits/rotating-exits.scss",
"_specials/specials.scss";

@obsidianart: Yes.. you are using an older version. This is what I see:

// Import the animations
@import
"_attention-seekers/attention-seekers.scss",
"_bouncing-entrances/bouncing-entrances.scss",
"_bouncing-exits/bouncing-exits.scss",
"_fading-entrances/fading-entrances.scss",
"_fading-exits/fading-exits.scss",
"_flippers/flippers.scss",
"_lightspeed/lightspeed.scss",
"_rotating-entrances/rotating-entrances.scss",
"_rotating-exits/rotating-exits.scss",
"_sliding-entrances/sliding-entrances.scss",
"_sliding-exits/sliding-exits.scss",
"_specials/specials.scss",
"_zooming-entrances/zooming-entrances.scss",
"_zooming-exits/zooming-exits.scss";

That's the output of bower info animate.css-scss, if you have a newer version how did you get it?

bower animate.css-scss#* cached git://github.com/Igosuki/animate.scss.git#3.1.0
bower animate.css-scss#* validate 3.1.0 against git://github.com/Igosuki/animate.scss.git#*

{
name: 'animate.css-scss',
version: '3.1.0',
homepage: 'https://github.com/geoffgraham/animate.scss',
authors: [
'geoffgraham geoff@geoffgraham.me'
],
description: 'An up to date port of Dan Eden's Animate.css to SASS',
main: [
'animate.scss'
],
keywords: [
'animate.scss',
'animate.css',
'animate'
],
ignore: [
'*/.',
'node_modules',
'bower_components',
'test',
'tests'
]
}

Available versions:

  • 3.1.0

I'm going to go ahead and close this one out since I haven't been able to replicate and haven't seen any other reports. Let's keep an eye on it though!

I explained my problem and try to uninstall and install again. I see the same result with the same missing animations. have you tried to replicate and it does work for you? Are you using the public repository or a private one?

I'm using the public one and was not able to replicate. Sorry man! Perhaps someone else will chime in here with the same issue and we can see where there might be patterns.

Same issue here. Bower installed regularly, and I get 3.1.0
I see you have no tags in the repo, that might be the issue. Try tagging the latest commit with version 3.2.0.

Haha I was just about to comment that I probably missed it because I see it now, you we're quick :)
Still doesn't get it though.. argh..
image

Here is another attempt even after clearing bower cache
image

Now I see the issue!
The bower repo that is connected to "animate.css-scss" is not yours, but this dudes -> https://github.com/Igosuki/animate.scss
See here ->
image

I ended up implicitly installing yours by adding this to my bower.json:
"animate.css-scss": "https://github.com/geoffgraham/animate.scss.git#latest"

Probably something went wild in the bower registry :)

Ha! That's great to know. Guess I shoulda caught that earlier. That's the darn thing about repos with similar titles. :)

Thanks for checking!

Glad to help, thanks for the great job yourself :)
Hope you'll get around it!