Skip to content

Commit

Permalink
[IFT] reduce animation time for active tack frame
Browse files Browse the repository at this point in the history
GitOrigin-RevId: 139dea064cfdb0493532afdd3a1cd68bc9527a79
  • Loading branch information
steelart authored and intellij-monorepo-bot committed Mar 1, 2021
1 parent 00582b2 commit e50f0b0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ internal class StepAnimator(val verticalScrollBar: JScrollBar, val messagePane:
}

private fun rectangleAnimation() {
animator = object : Animator("Scroll animation", totalMessageAnimationCycles, 200, false) {
animator = object : Animator("Scroll animation", totalMessageAnimationCycles, 100, false) {
override fun paintNow(frame: Int, totalFrames: Int, cycle: Int) {
messagePane.totalAnimation = totalFrames
messagePane.currentAnimation = frame
Expand Down

0 comments on commit e50f0b0

Please sign in to comment.