File tree Expand file tree Collapse file tree 3 files changed +9
-1
lines changed
Expand file tree Collapse file tree 3 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 10.2.1
4+
5+ ### Patch Changes
6+
7+ - Ensure "PacMan" animation works in Safari ([ #1352 ] ( https://github.com/FormidableLabs/spectacle/pull/1352 ) )
8+
39## 10.2.0
410
511### Minor Changes
Original file line number Diff line number Diff line change 11{
22 "name" : " spectacle" ,
3- "version" : " 10.2.0 " ,
3+ "version" : " 10.2.1 " ,
44 "description" : " ReactJS Powered Presentation Framework" ,
55 "types" : " lib/index.d.ts" ,
66 "main" : " lib/index.js" ,
Original file line number Diff line number Diff line change @@ -27,6 +27,8 @@ export const PacmanBase = styled.div<PacmanBaseProps>`
2727 width: ${ ( { pacmanSize } ) => pacmanSize } px;
2828 transition: left 0.3s ease-in-out 0.2s;
2929 transform: translate(-50%, -50%);
30+ border-radius: 9999px;
31+ overflow: hidden;
3032` ;
3133
3234const pacmanTopFrames = keyframes `
You can’t perform that action at this time.
0 commit comments