Skip to content

Commit

Permalink
promote loading icon to the compositor layer
Browse files Browse the repository at this point in the history
Auditors: @bsclifton
Address brave#10027
  • Loading branch information
cezaraugusto authored and dfperry5 committed Aug 18, 2017
1 parent fcf8882 commit a2c2ed5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/renderer/components/tabs/content/favIcon.js
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ const styles = StyleSheet.create({
},

loadingIcon: {
willChange: 'transform',
backgroundImage: `url(${loadingIconSvg})`,
animationName: spinKeyframes,
animationTimingFunction: 'linear',
Expand Down

0 comments on commit a2c2ed5

Please sign in to comment.