Commit Graph

99 Commits

Author SHA1 Message Date
Daniel Eden 0589ff5d2a Merge branch 'master' of github.com:daneden/animate.css
Conflicts:
	animate.min.css
2014-07-05 10:38:39 -07:00
Daniel Eden 9692cb9801 Animation tweaks and improvements 2014-07-05 10:37:35 -07:00
Daniel Eden d77108e695 Reduce Copyright output
Resolves #223
2014-06-12 14:23:40 -07:00
Jory Graham f9d1291282 Flipped flip. Fixes daneden/animate.css#214 2014-05-15 18:45:32 -04:00
Daniel Eden 292d48904a Correct slideInUp
Fixes #208
2014-04-25 18:20:45 -07:00
Jare Fagbemi e3a4313c88 Adjusted zoomInUp and zoomInDown, re-added up/down zooms 2014-04-25 14:36:18 -07:00
Jare Fagbemi 0e5aacd282 Updated left and right animations 2014-04-22 09:38:20 -07:00
Jare Fagbemi acc81aff3f Removed up and down zooms 2014-04-22 09:32:47 -07:00
Jare Fagbemi c643e45aeb Fixed conflicts and merged 2014-04-22 09:19:59 -07:00
Constantin Saguin a128680883 fixed slideInUp 2014-03-30 22:59:53 +02:00
Constantin 2f77132db5 Added slideInUp animation 2014-03-29 14:02:48 +01:00
Jare Fagbemi 087c92f510 Added zoom entrances and exits as per @ramatsu's request # 186 2014-03-25 16:49:51 -05:00
Steadman a1fc850ea2 Added slideOutDown animation 2014-03-21 14:13:07 +00:00
Sarbbottam Bandyopadhyay 0bc05a7559 converted all the tabs into spaces
and fixed typo in the previous commit
at source/attention_seekers/swing.css
2014-02-24 03:26:08 +05:30
Sarbbottam Bandyopadhyay 2b3de01f5c Use load-grunt-tasks
to avoid multiple grunt.loadNpmTasks(plugin) statements
2014-02-24 00:53:52 +05:30
Jeff Martin be0889da22 Fix rotateOutUpLeft
Caught this in my diff file after working on an additional animation I
want to contribute (coming soon!). Grunt builded and this section
changed, to my surprise. After further testing, I found out
*rotateOutUpLeft* was broken, even on the animate.css site. Checking in
here as a potential fix.

Bug and fix tested on Chrome and Safari on OS X.
2013-11-28 17:35:01 -05:00
Daniel Eden 79c9fb741b Implement @RadLikeWhoa’s build script 2013-11-23 13:24:22 -08:00
Daniel Eden 25448e347c Big update. Better file organisation, prefix dropping, workflow improvements. 2013-11-11 15:32:40 -08:00
Daniel Eden 23ba4fe9c1 Add Slide animations to main and minified css files 2013-09-11 23:03:32 +01:00
Daniel Eden 96b8c915fd Remove "wiggle"
Sorry to say, "wiggle" never really passed quality control for me.
2013-08-15 22:37:36 +01:00
George Petrov baff813261 Fixed Flip in latest Chrome, FF and IE
Fixed the Flip gliches in Chrome, but also improved it for the latest FF
and IE

Issue #80 is solved
2013-08-15 13:15:32 +02:00
mintbird a4f7538626 Fix: animation started even no animated class
On Firefox, even if there is no '.animated' class the animation is still
started.
2013-07-20 18:01:43 +07:00
Dan Eden a6ee638715 Update license to MIT
I need a lawyer to explain all this stuff to me. Got a couple of emails
saying MIT would be better for their needs. Following blindly. Sorry
for all the changes.
2013-03-12 13:00:35 +00:00
Daniel Eden 612770cb13 I have no idea what just happened
I blame the github.com code editor.
2013-03-06 17:40:20 +00:00
Daniel Eden 8704435803 Update license
GPL is more "lawyery"
2013-03-06 17:39:30 +00:00
Thomas ZILLIOX 305ed52cda BugFix on rotateOutUpLeft keyframes without vendor prefix 2012-10-21 22:02:00 +03:00
Jeremy Ricketts 9423240c92 Closes #39. Note this does NOT include a replacement for animate.min.css. I was not sure which minifier you use and didn't want to mess it up. 2012-07-21 10:01:08 -07:00
Dan Eden 10f793875a Update the license 2012-07-09 12:21:34 +01:00
Dan Eden b3fae9fe00 Remove -ms- prefixes
Since IE10 dropped the animation, transform, and transition prefixes,
and no stable release was made with them, we can safely drop the
prefixes, too. Cutting a good 20% off the file sizes!
2012-07-09 12:01:50 +01:00
Dan Eden 5c1cfb260f Merge pull request #29 from angelorohit/master
Added new animations lightSpeedIn, lightSpeedOut, wiggle
2012-05-19 06:40:28 -07:00
Gavin Elster db00a368ba Added Missing Opera Animation
bounceOutDown was missing Opera keyframes
2012-05-18 15:43:58 -07:00
angelorohit a7f45ca7bd MODIFIED: Renamed vibrate to wiggle
Signed-off-by: angelorohit <angelorohit@gmail.com>
2012-05-12 17:25:49 +08:00
angelorohit 2984b7c050 ADDED: vibrate animation.
Signed-off-by: angelorohit <angelorohit@gmail.com>
2012-05-10 23:14:08 +08:00
angelorohit fe9fdb7958 ADDED: lightSpeedIn and lightSpeedOut animations.
Signed-off-by: angelorohit <angelorohit@gmail.com>
2012-05-10 22:00:56 +08:00
Dan Eden eb1ff9f94d Update the license. It's 2012 now, fool! 2012-05-02 07:36:56 +02:00
Dan Eden f91ff869de Remove body's 3D transform. Resolves #26. We need to find another method of turning on 3D acceleration. 2012-05-02 07:35:44 +02:00
Dan Eden e5f41a9b89 Alright, alright. Add hardware acceleration. 2012-04-19 07:35:31 +02:00
Dan Eden 6a12bed410 Fix timing-function issue. Default value is 'ease' anyway, so '-prefix-animation: 1s ease;' changed to '-prefix-animation-duration: 1s' 2012-02-29 12:16:07 +00:00
Dan Eden dbce97abfe Add default animation fill mode 2011-12-08 14:50:20 +00:00
Dan Eden 60ea734606 Add flip animations 2011-11-01 12:39:53 +00:00
Dan Eden a73a879d51 Added new animations 2011-10-19 10:58:30 +01:00
Anthony Calzadilla 978c0bb9db removed repetitive @keyframe declarations on .shake, .tada classes
Signed-off-by: Anthony Calzadilla <anthony.calzadilla@me.com>
2011-10-14 11:54:30 -04:00
Anthony Calzadilla 20ac14ab78 Removed repetitive @keyframe declarations from .bounce class
Signed-off-by: Anthony Calzadilla <anthony.calzadilla@me.com>
2011-10-14 11:29:24 -04:00
Anthony Calzadilla 53df09992e Removed repetitive @keyframe declarations on .flash class
Signed-off-by: Anthony Calzadilla <anthony.calzadilla@me.com>
2011-10-14 11:20:24 -04:00
Dan Eden 137af77449 New! Exciting! 'tada' animation! 2011-10-13 12:18:26 +02:00
Dan Eden 2fd5671408 Added prefixes for new animations 2011-10-12 17:51:34 +02:00
Dan Eden 5dec8ae6d9 Added 12 new animations 2011-10-12 17:48:32 +02:00
Dan Eden e3b6cf9d71 Add support for IE10 with -ms- prefixes 2011-10-12 13:28:23 +02:00
Dan Eden 8a2380e7de initial commit 2011-10-12 11:08:15 +01:00