-
-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fixed : Front page image smooth animation : #27 #106
base: master
Are you sure you want to change the base?
Fixed : Front page image smooth animation : #27 #106
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank You
is the PR appropiate, do i have to make some more changes |
can u check suggested changes ? |
is it Good, i have removed all the unwanted changes in the files |
hi, just a humble remainder |
|
||
|
||
class BaseTranslatorTestCase(TestCase): | ||
def setUp(self): | ||
self.dummy_request = {"text": "My name is Amar"} | ||
self.dummy_request = { | ||
'text': 'My name is Amar' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
remove formatting change from this file too
@@ -24,18 +24,35 @@ | |||
|
|||
} | |||
|
|||
.imge { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think its the right time to change class name from imge
to something readable as there are only 5 usages within same file.
Lets change it .
@abhinab-choudhury can u check now ? |
video.mp4
Made Change in CSS for the Animation.