Skip to content
Snippets Groups Projects
Unverified Commit 20c74ba5 authored by Tom Robinson's avatar Tom Robinson
Browse files

less aggro arrow spin

parent 69ca2f21
No related branches found
No related tags found
No related merge requests found
......@@ -85,7 +85,7 @@ export default class QuestionIndex extends Component {
onClick={() => this.setState({ questionsExpanded: !questionsExpanded })}
>
<div className="flex align-center">
<Motion defaultStyle={{ deg: 0 }} style={{ deg: questionsExpanded ? spring(0, presets.gentle) : spring(270, presets.gentle) }}>
<Motion defaultStyle={{ deg: 0 }} style={{ deg: questionsExpanded ? spring(0, presets.gentle) : spring(-90, presets.gentle) }}>
{ motionStyle =>
<Icon
className="ml1 mr1"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment