Open GoogleCodeExporter opened 9 years ago
The animate.css file isn't compatible with SquishIt. For whatever reason, when
squishit minifies the file it loses the keyframe animations.
In order for it to work you'll have to include it separately, outside of the
concatenated css - preferably minifed using some other third-party application.
Original comment by nuoni...@gmail.com
on 26 Mar 2013 at 1:19
maybe it depends on where it is in the squish list?
i just moved it out independently and there is no change - it animates the
same either way.
i added your comment as a code comment next to the squish code in my cshtml
file, and you might want to update the official source as well to warn
others of this issue... (pending the existence of a future bright with
glorious documentation)
Original comment by sharpbra...@gmail.com
on 26 Mar 2013 at 1:49
I went ahead and added a code comment and link to original source. I'm keeping
this open as I would prefer to have this fixed in order to minimize http
requests.
Original comment by nuoni...@gmail.com
on 26 Mar 2013 at 2:04
when i had animate.css in the squishy listy it was near the end either just b4
or just after mediaqueries.css
you might want to consider testing your animations against the position in
squishy since those cascading style sheets can um cascade...
in other words i can't reproduce your issue but you might have been using
different animations - thats all i can think of right now
Original comment by sharpbra...@gmail.com
on 26 Mar 2013 at 2:12
I'm not able to reproduce it working - are you sure the css file is being
compressed?
Right now the css files are only compressed if you are in Release mode, or if
you force it on using ".ForceRelease()" right before .Render().
Currently when in release mode, all keyframe animation information is lost.
Original comment by nuoni...@gmail.com
on 1 Apr 2013 at 3:16
We have moved this to github and updated it significantly.
https://github.com/dirigodev/DirigoEdge
Original comment by justinco...@gmail.com
on 13 Mar 2015 at 1:45
Original issue reported on code.google.com by
sharpbra...@gmail.com
on 26 Mar 2013 at 8:12