3.7.0 New Feature: Animation Speed & Animation Delay Classes - #834
Conversation
Merge branch 'master' of https://github.com/daneden/animate.css Merge branch 'master' of https://github.com/daneden/animate.css
|
This looks mostly good, you'll need to rebase since there've been some changes this morning! Is it odd that there are commits in this PR from December 2017? |
|
I guess we can squash the commits when we merge. Just rebase and this should be good to go, and I can write & publish the 3.7.0 tag. |
|
Thanks, @daneden for the update... there is a fail in building it at node 8 to 9 I need to fix it first. How can I rebase it where should I rebase it? What commit? |
|
Hello @daneden I manage to update the code of animate.css... I fix all the errors... also as a plus I update the gulp version to gulp 4 so there are small changes in the gulpfile. I just remove the deprecated runSequence and change it to gulp.series. I'm gonna follow what you need. |
|
Hello @daneden where should I rebase it? Here's the screenshot of git log... Before I add the changes, I am sure that I have the most recent codes... |
|
Let's stick with It looks like the merge conflicts are resolved now: I was just asking for a rebase to help fix the conflicts. |

I made a huge update here, I upgrade our gulp version to gulp 4 which has breaking changes...
I remove the runSequence because it is no longer needed since gulp.series is now available.
Check this: https://github.com/gulpjs/gulp/blob/4.0/docs/API.md
I just update the following dev-dependencies...
New Feature: Animation Speed Classes
New Feature: Animation Delay Classes
I change the version from 3.7.0 to 3.7.1 because I did some bug fixing due to upgrading the gulp to gulp 4 and it supports the latest Node.js version.