S
S
SkyWayx2014-09-27 14:17:45
css
SkyWayx, 2014-09-27 14:17:45

How to implement slow appearance of the image in this code?

There is such a code jsfiddle.net/y07ykgzr/10
How to make the picture appear sharply, but slowly, gradually?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
Q
qlkvg, 2016-10-06
@Pdksoxdk

from datetime import datetime, date
from dateutil.relativedelta import relativedelta
birthday_date = datetime.strptime("01.02.1990", "%d.%m.%Y").date()
if birthday_date > date(1990, 1, 1) and birthday_date < date(1995 1, 31):
    birthday_date += relativedelta(years=146)

note that day-month-year are reversed

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question