Skip to content

Commit

Permalink
update animate
Browse files Browse the repository at this point in the history
  • Loading branch information
yiminghe committed Aug 23, 2015
1 parent db101ea commit 7f76229
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions assets/bootstrap.less
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
display: block;
}

&-zoom-enter {
&-zoom-enter,&-zoom-appear {
opacity: 0;
.effect();
animation-timing-function: cubic-bezier(0.18, 0.89, 0.32, 1.28);
Expand All @@ -109,7 +109,7 @@
animation-play-state: paused;
}

&-zoom-enter&-zoom-enter-active {
&-zoom-enter&-zoom-enter-active, &-zoom-appear&-zoom-appear-active {
animation-name: rcToolTipZoomIn;
animation-play-state: running;
}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rc-tooltip",
"version": "2.6.3",
"version": "2.6.4",
"description": "tooltip ui component for react",
"keywords": [
"react",
Expand Down
2 changes: 1 addition & 1 deletion src/Popup.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ const Popup = React.createClass({

return (<Animate component=""
exclusive={true}
animateMount={true}
transitionAppear={true}
transitionName={this.getTransitionName()}
showProp="data-visible">
<Align target={this.getTarget}
Expand Down

0 comments on commit 7f76229

Please sign in to comment.