Skip to content

Commit

Permalink
fixed bug
Browse files Browse the repository at this point in the history
  • Loading branch information
shalldie committed Sep 8, 2016
1 parent efa4953 commit 86cfb64
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

# 用css3做的一个花朵,绽放~

## Must be opened in chrome! And it has some bug...
## U should open it in chrome!

## 比较遗憾的是,,,在mac中才能看到完美的效果。 win下的chrome,会有闪烁的bug,其它浏览器会卡
## 请尽量使用chrome打开。 如果您是土豪机请随意。

![flower bud](https://raw.githubusercontent.com/shalldie/bud-css3/master/img/bud.png)

5 changes: 1 addition & 4 deletions css/bud.less
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,7 @@ body{
.transform(translateX(-50%) translateY(-50%));
.perspective(800px);
.transform-style;
.animation(filterGradient 5s linear infinite alternate);

.animation(filterGradient 5s linear infinite alternate);
}

.bud-wrap{
Expand All @@ -85,15 +84,13 @@ body{
border-radius:100%;
background-color:hsl(10,100%,20%);
.animation(rotateFlower 6s linear infinite);
// .transform-style;

.bud-petal{
position:absolute;
left:30px;
top:30px;
padding-top:210px;
width:20px;
// .transform-style;

.transform-origin(center top);

Expand Down

0 comments on commit 86cfb64

Please sign in to comment.